From 7c953c94d1fe2f004eec049b25188f51c147fb65 Mon Sep 17 00:00:00 2001 From: heyuchen Date: Thu, 24 Dec 2020 13:18:16 +0800 Subject: [PATCH] fix(scripts): fix zk version in zk scripts --- scripts/linux/clear_zk.sh | 2 +- scripts/linux/start_zk.sh | 2 +- scripts/linux/stop_zk.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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