We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f055dc0 commit 870a0efCopy full SHA for 870a0ef
1 file changed
ensure-zookeeper-env.sh
@@ -4,7 +4,7 @@ set -e
4
5
HERE=`pwd`
6
ZOO_BASE_DIR="$HERE/zookeeper"
7
-ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.7}
+ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.6}
8
ZOOKEEPER_PATH="$ZOO_BASE_DIR/$ZOOKEEPER_VERSION"
9
ZOO_MIRROR_URL="http://apache.osuosl.org/"
10
0 commit comments