Skip to content
Snippets Groups Projects
Commit 2973ea5a authored by Connor McCoy's avatar Connor McCoy
Browse files

Merge pull request #303 from cmccoy/update-readme

Add build instructions to README, update DB-specific build docs.
parents d871a527 423e66fe
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,14 @@ Getting Started
See https://github.com/brianfrankcooper/YCSB/wiki/Core-Properties for
the list of available workload properties.
Building from source
--------------------
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
......@@ -53,7 +53,7 @@ Download the YCSB zip file and compile:
git clone git://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:core,com.yahoo.ycsb:mongodb-binding clean package
mvn -pl com.yahoo.ycsb:mongodb-binding -am clean package
### 4. Run YCSB
......
......@@ -12,7 +12,7 @@ Git clone YCSB and compile:
git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:core,com.yahoo.ycsb:redis-binding clean package
mvn -pl com.yahoo.ycsb:redis-binding -am clean package
### 4. Provide Redis Connection Parameters
......@@ -36,4 +36,4 @@ Load the data:
Run the workload test:
./bin/ycsb run redis -s -P workloads/workloada > outputRun.txt
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