September 2017
Beginner to intermediate
360 pages
8h 13m
English
Use the following command to run Zookeeper from the Zookeeper home directory:
/bin/zkServer.sh start
The console will come out after the following message and the process will run in the background:
Starting zookeeper ... STARTED
The following command can be used to check the status of the Zookeeper process:
/bin/zkServer.sh status
The following output would be in standalone mode:
Mode: standalone
The following output would be in cluster mode:
Mode: follower # in case of follower node Mode: leader # in case of leader node
Read now
Unlock full access