Skip to content

[ycsb] Build and Redis #3

@at15

Description

@at15
  • mvn package -Dmaven.test.skip=true otherwise 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/ycsb is using python2, but the shebang line is env python, which is python3 (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 handled

Exception in thread "main" java.lang.NullPointerException
at com.yahoo.ycsb.CommandLine.main(CommandLine.java:123)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions