Database Reference
In-Depth Information
source ~/.bashrc
10. Start the Zookeeper daemon on each node by executing the following command
from $ZOOKEEPER_HOME :
sudo -E bin/zkServer.sh start
11. Stop the Zookeeper daemon on each node by executing the following command
from $ZOOKEEPER_HOME :
sudo -E bin/zkServer.sh stop
12. The Zookeeper status can be checked by running the following command from
$ZOOKEEPER_HOME :
sudo -E bin/zkServer.sh status
The output for the different modes is as follows:
• If running in the standalone mode (only a single machine is part of the Zookeeper
ensemble cluster), the following output will be seen on the console:
• If running in the clustered mode, the following output is seen on the leader node:
• If running in the clustered mode, the following output is seen on the follower
node:
Search WWH ::




Custom Search