paracel
paracel copied to clipboard
Distributed training framework with parameter server
[tuhangdi@localhost paracel-master]$ /usr/local/prun.py -p 1 -w 1 -c cfg.json -m local /usr/local/bin/wc terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): No such node (topk) [localhost:11886] *** Process received signal...
could you tell me the position of code in paracel about this problem
Currently, there are still some places throw errors but outside functions are not catching them. In this case, when the exceptions occur, the segmentation faults are messed up. We need...
Starting from this commit https://github.com/douban/paracel/commit/c81b4ff94f48e4e22d0cc8ec0170cc25c8027489, the deployment section of document is a little lagged with v0.3.0. Some users complained about that! To make it work, we need to update the...
The socket library in Python source code return the wrong hostname under macOS Sierra. For example, `print socket.gethostname()` returns `a`, but the actual hostname is `a.local`. It seems that the...
I am not sure the starting version of using `.local` suffix under MacOS, so this pull request is just a workaround...
Some users complained the code under `tool/balltree` is not compilable.
Could we add docker files for Paracel? I think main difficulty is mesos mode. Thanks.
Allow more file formats such as gzip/bzip2(pigz/pbzip2), internal sequence file format. Besides, could paracel add support for loading data from other external storage such as a key-value database, a relational...