Skip to content

Commit

Permalink
Merge pull request #6867 from planetscale/ds-zk-archive-80
Browse files Browse the repository at this point in the history
download zookeeper 3.4.14 from archive site
  • Loading branch information
deepthi authored Oct 13, 2020
2 parents 6ce05ac + c6a7b27 commit b4ddbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4ddbe0

Please sign in to comment.