From 03c6da19ce74c6672f251de404566f651cd26999 Mon Sep 17 00:00:00 2001 From: Yuanchen Li Date: Sun, 28 Oct 2018 22:58:55 -0500 Subject: [PATCH] Update link to zookeeper in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 281bcaa..f7de860 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ sudo update-alternatives --config g++; ### c. Application binaries Cords intends to test different distributed storage systems. You need to install your target distributed storage system. For example, to if you want to test ZooKeeper-3.4.8, you need to: -wget http://www.webhostingreviewjam.com/mirror/apache/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz; tar -xvzf zookeeper-3.4.8.tar.gz +wget http://mirrors.ocf.berkeley.edu/apache/zookeeper/zookeeper-3.4.12/zookeeper-3.4.12.tar.gz; tar -xvzf zookeeper-3.4.12.tar.gz Also, you need to build and install the ZooKeeper binaries (you will need JDK, JRE, and maven for this). Similarly, you need to build and install all its dependencies. @@ -59,4 +59,4 @@ Aishwarya Ganesan (ag@cs.wisc.edu) and Ramnatthan Alagappan (ra@cs.wisc.edu) are The CORDS framework and the results are by-products of the distributed storage reliability research project (http://research.cs.wisc.edu/adsl/Publications/) at ADSL at the University of Wisconsin-Madison. Please cite this paper, if you use this framework or results. -If you want to use CORDS for your data store, or if you wish to get the workloads and testing results for a system that we have discussed in the paper, please drop us a mail at ag@cs.wisc.edu or ra@cs.wisc.edu. \ No newline at end of file +If you want to use CORDS for your data store, or if you wish to get the workloads and testing results for a system that we have discussed in the paper, please drop us a mail at ag@cs.wisc.edu or ra@cs.wisc.edu.