From 109a5db0cbafce764c1b5c64ae1ab74fbcddc545 Mon Sep 17 00:00:00 2001 From: deepthi Date: Mon, 12 Oct 2020 15:13:22 -0700 Subject: [PATCH] download zookeeper 3.4.14 from archive site Signed-off-by: deepthi --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index a2f7891dd0b..c539809bc8e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -119,7 +119,7 @@ function install_zookeeper() { local dist="$2" zk="zookeeper-$version" - wget "https://apache.org/dist/zookeeper/$zk/$zk.tar.gz" + wget "https://archive.apache.org/dist/zookeeper/$zk/$zk.tar.gz" tar -xzf "$zk.tar.gz" ant -f "$zk/build.xml" package ant -f "$zk/zookeeper-contrib/zookeeper-contrib-fatjar/build.xml" jar