-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ycsb] Build and Redis #3
Comments
guess there is problem about classpath ... the python script might work?
|
using python2 seems work ... but the output it pretty strange ... or it is the case after all ....
|
can run it against redis first load
outputLoad.txt
then run
outputRun.txt
Redis server output (suggest disable Transparent Huge Pages)
|
@gaocegege an example of using |
mvn package -Dmaven.test.skip=true
otherwise it will start running test (took 3min to build ...)bin/ycsb
is using python2, but the shebang line isenv python
, which ispython3
(in most modern OS ...)env python2
seems work./bin/ycsb.sh shell basic
still work ... guess they maintain the python and shell script at same time?Ctrl D
is not handledThe text was updated successfully, but these errors were encountered: