plinycompute
plinycompute copied to clipboard
A system for development of high-performance, data-intensive, distributed computing, applications, tools, and libraries.
E: # cmake -DUSE_DEBUG:BOOL=ON PDB_DEBUG is ON sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command not found sudo: apt-get: command...
Hi I've been adding stuff to the Dispatcher to get my new algorithm running. I noticed that the dispatcher is decompressing the data even though it does not use the...
The issue is that after this commit https://github.com/riceplinygroup/plinycompute/commit/814705bac8745a58041c7bdbd8e5329bec79b3f7 the ResourceManagerServer.cc is not working in the pseudo cluster mode. More specifically it gets stuck in an infinite loop in the following...
Hi, I got a problem when implementing the sampling method for batch. My implementation is to first generate a map which stores all the rowIndex (stored in the key set)...