diff --git a/scripts/linux/clear_zk.sh b/scripts/linux/clear_zk.sh index 5d7029479b..1d4823946a 100755 --- a/scripts/linux/clear_zk.sh +++ b/scripts/linux/clear_zk.sh @@ -11,7 +11,7 @@ fi cd $INSTALL_DIR -ZOOKEEPER_HOME=`pwd`/zookeeper-3.4.6 +ZOOKEEPER_HOME=`pwd`/zookeeper-3.4.10 if [ -d "$ZOOKEEPER_HOME" ] then diff --git a/scripts/linux/start_zk.sh b/scripts/linux/start_zk.sh index dabbbe8436..f26fdc558f 100755 --- a/scripts/linux/start_zk.sh +++ b/scripts/linux/start_zk.sh @@ -34,7 +34,7 @@ if [ ! -f ${ZOOKEEPER_PKG} ]; then exit 1 fi -if [ ! -d zookeeper-3.4.6 ]; then +if [ ! -d zookeeper-3.4.10 ]; then echo "Decompressing zookeeper..." cp ${ZOOKEEPER_PKG} . tar xf zookeeper-3.4.10.tar.gz diff --git a/scripts/linux/stop_zk.sh b/scripts/linux/stop_zk.sh index 36729ebb51..be38eea380 100755 --- a/scripts/linux/stop_zk.sh +++ b/scripts/linux/stop_zk.sh @@ -11,7 +11,7 @@ fi cd $INSTALL_DIR -ZOOKEEPER_HOME=`pwd`/zookeeper-3.4.6 +ZOOKEEPER_HOME=`pwd`/zookeeper-3.4.10 if [ -d "$ZOOKEEPER_HOME" ] then