On 24 December 2013 09:52, Kaushal Shriyan <[email protected]> wrote:
> Hi, > > Is there a way to list all the nodes and sub nodes on the command line in > Zookeeper ? > You can do this with zk_shell: $ pip install zk_shell $ zk-shell server:2181 --run-once "tree /" -rgs
