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 zookeeper -s /bin/bash

loading table of contents...