Skip to content

Commit

Permalink
Merge pull request brianfrankcooper#303 from cmccoy/update-readme
Browse files Browse the repository at this point in the history
Add build instructions to README, update DB-specific build docs.
  • Loading branch information
cmccoy committed Jun 17, 2015
2 parents d871a52 + 423e66f commit 2973ea5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -36,4 +36,4 @@ Load the data:
Run the workload test:

./bin/ycsb run redis -s -P workloads/workloada > outputRun.txt

0 comments on commit 2973ea5

Please sign in to comment.