From 3928726d9e47e8920783ce9fea5fb7e35d8b7e7f Mon Sep 17 00:00:00 2001 From: Bruce Yinhe <bruce.yinhe@gmail.com> Date: Sun, 20 Dec 2015 17:41:00 +0100 Subject: [PATCH] Update the documentation for MongoDB. Use YCSB from binary instead --- mongodb/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mongodb/README.md b/mongodb/README.md index fcb88690..81a0eb57 100644 --- a/mongodb/README.md +++ b/mongodb/README.md @@ -68,9 +68,9 @@ Reload bash and test mvn Download the YCSB zip file and compile: - git clone git://github.com/brianfrankcooper/YCSB.git - cd YCSB - mvn -pl com.yahoo.ycsb:mongodb-binding -am clean package + curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.5.0/ycsb-0.5.0.tar.gz + tar xfvz ycsb-0.5.0.tar.gz + cd ycsb-0.5.0 ### 4. Run YCSB -- GitLab