-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
mvn package -Dmaven.test.skip=trueotherwise it will start running test (took 3min to build ...)- might checkout travis to see how is test really tested on CI
- why in its release, there are many jars with bindings? (not defined in pom?) https://github.com/brianfrankcooper/YCSB/releases
To build the full distribution, with all database bindings: mvn clean package
To build a single database binding: mvn -pl com.yahoo.ycsb:mongodb-binding -am clean package
- https://github.com/brianfrankcooper/YCSB/wiki/Getting-Started
- the
bin/ycsbis using python2, but the shebang line isenv python, which ispython3(in most modern OS ...)env python2seems work
./bin/ycsb.sh shell basicstill work ... guess they maintain the python and shell script at same time?-
Ctrl Dis not handled
-
Exception in thread "main" java.lang.NullPointerException
at com.yahoo.ycsb.CommandLine.main(CommandLine.java:123)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels