-
First go to the ZooInsepector directory (I am assuming that you already have ZooKeeper on your machine, if not download it from Zookeeper home page)
cd <ZOOKEEPER_HOME>/contrib/ZooInspector -
You can start the ZooInspector by using following command which makes sure that the necessary jars are on the classpath
java -cp ../../lib/*:lib/*:zookeeper-3.4.7-ZooInspector.jar:../../zookeeper-3.4.7.jar org.apache.zookeeper.inspector.ZooInspector - Once the ZooInspector started enter URL of the Zookeeper that you want to inspect
- Once ZooInspector will show you the zNode hierarchy on that server
Showing posts with label zookeeper. Show all posts
Showing posts with label zookeeper. Show all posts
How to use ZooInsepector
The Zookeeper has a ZooInspector GUI that you can use for inspecting your zNode structure, you can use it with these steps
Subscribe to:
Comments (Atom)

