From db9d5726d0a199a2b48627fb16de0a6c80575030 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 27 Jul 2018 13:38:38 -0700 Subject: [PATCH] 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 --- doc/source/admin/opensuse_leap15_setup.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/opensuse_leap15_setup.rst b/doc/source/admin/opensuse_leap15_setup.rst index 90131c779d..2942b9f738 100644 --- a/doc/source/admin/opensuse_leap15_setup.rst +++ b/doc/source/admin/opensuse_leap15_setup.rst @@ -42,13 +42,16 @@ Nodepool for nodes. You should follow the `official deployment instructions for zookeeper `_, -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 +`_ 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