1. Install the ZooKeeper RPMs

In a terminal window, type:

  • For RHEL/CentOS/Oracle Linux

    yum install zookeeper
  • For SLES

    zypper install zookeeper
  • For Ubuntu

    apt-get install zookeeper
    [Note]Note

    Grant the zookeeper user shell access on Ubuntu.

    usermod -s /bin/bash zookeeper

loading table of contents...