From 7762b5e0d984f359459b37eca59350fb0ccc63a3 Mon Sep 17 00:00:00 2001
From: "Robert J. Moore" <Robert.J.Moore@allanbank.com>
Date: Sun, 4 May 2014 23:03:15 -0400
Subject: [PATCH] Revert to the central YCSB repository.

---
 mongodb/README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mongodb/README.md b/mongodb/README.md
index 9e2597d8..c5685d27 100644
--- a/mongodb/README.md
+++ b/mongodb/README.md
@@ -51,9 +51,8 @@ Reload bash and test mvn
 
 Download the YCSB zip file and compile:
 
-    wget https://github.com/achille/YCSB/archive/master.zip
-    unzip master
-    cd YCSB-master
+    git clone git://github.com/brianfrankcooper/YCSB.git
+    cd YCSB
     mvn -pl com.yahoo.ycsb:core,com.yahoo.ycsb:mongodb-binding clean package
 
 ### 4. Run YCSB
-- 
GitLab