Skip to content
Snippets Groups Projects
Commit 006946f1 authored by Jaemyoun's avatar Jaemyoun
Browse files

Add compile options

parent d53f3b33
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,16 @@ Git clone YCSB and compile:
git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn clean package
You can compile only RADOS-binding, EG:
mvn -pl com.yahoo.ycsb:rados-binding -am clean package
You can skip the test, EG:
mvn -pl com.yahoo.ycsb:rados-binding -am clean package -DskipTests
### 4. Configuration Parameters
- `rados.configfile`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment