Hong Wu
Hong Wu
Currently, the command `oltpbenchmark` can only run in the home folder of the project. If user wants to run `oltpbenchmark` as an external command(which could be easily integrated into the...
When I run the Wikipedia workload with more than 1 terminals under MySQL, I got the dead lock error. Any suggestions? Thanks. ``` (WikipediaWorker.java:111) ERROR - Caught SQL Exception in...
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...