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 Grant the zookeeper user shell access on Ubuntu.
usermod -s /bin/bash zookeeper
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 | |
---|---|
Grant the zookeeper user shell access on Ubuntu. usermod -s /bin/bash zookeeper |