Merge "update zookeeper download link"

This commit is contained in:
Jenkins 2016-09-09 16:29:19 +00:00 committed by Gerrit Code Review
commit 7483527bda
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ mkdir -p /opt/zookeeper
cd /opt/zookeeper
wget http://archive.apache.org/dist/zookeeper/stable/zookeeper-3.4.8.tar.gz
wget http://archive.apache.org/dist/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz
ln -s zookeeper-3.4.8 zookeeper
tar -xzf zookeeper-3.4.8.tar.gz
rm -rf zookeeper-3.4.8.tar.gz