| 1. |
Explain The Cli In Zookeeper? |
|
Answer» ZooKeeper Command Line INTERFACE (CLI) is used to INTERACT with the ZooKeeper ensemble for development purpose. It is useful for debugging and working around with DIFFERENT options. To perform ZooKeeper CLI operations, first turn on your ZooKeeper server (“bin/zkServer.sh start”) and then, ZooKeeper client (“bin/zkCli.sh”). Once the client starts, you can perform the following operation:
ZooKeeper Command Line Interface (CLI) is used to interact with the ZooKeeper ensemble for development purpose. It is useful for debugging and working around with different options. To perform ZooKeeper CLI operations, first turn on your ZooKeeper server (“bin/zkServer.sh start”) and then, ZooKeeper client (“bin/zkCli.sh”). Once the client starts, you can perform the following operation: |
|