Hello,
I want to access the zookeeper using zkCli.sh and using following command:
ls /
This shows list of nodes connected. When I further do ls node1, I am able to see next internal node. (say subnode1).
If the subnode1 is named "sub node1" (with a white space in between), how do I access the sub node1. It shows message that file/directory not found.