Point Suse users are zookeeper releases page

There do not appear to be official apache zookeeper packages for
opensuse, but there are official tarballs. Rather than point to one of
many zookeeper release mirrors point users to the main releases page and
intruct them to follow directions there to find the best place to
download a zookeeper tarball.

Change-Id: Ia81941a3aa250ee7254e68ae171fdafc72c20e03
This commit is contained in:
Clark Boylan 2018-07-27 13:38:38 -07:00
parent 22ad98af4a
commit db9d5726d0
1 changed files with 6 additions and 3 deletions

View File

@ -42,13 +42,16 @@ Nodepool for nodes.
You should follow the `official deployment instructions for zookeeper
<https://zookeeper.apache.org/doc/current/zookeeperAdmin.html>`_,
but to get started quickly, just download, unpack and run:
but to get started quickly, just download, unpack and run.
To download follow the directions on `Zookeeper's releases page
<https://zookeeper.apache.org/releases.html>`_ to grab the latest
release of zookeeper. Then:
::
sudo zypper install -y java-1_8_0-openjdk
wget http://apache.mirror.amaze.com.au/zookeeper/stable/zookeeper-3.4.12.tar.gz
tar -xzf zookeeper-3.4.12.tar.gz
tar -xzf zookeeper-3.4.12.tar.gz # Tarball downloaded from Zookeeper
cp zookeeper-3.4.12/conf/zoo_sample.cfg zookeeper-3.4.12/conf/zoo.cfg
./zookeeper-3.4.12/bin/zkServer.sh start