A simple test that works for me is:

zkCli.sh -server 127.0.0.1:2181/myapp
[...] ls /
Node does not exist

zkCli.sh -server 127.0.0.1:2181
[...] create /myapp

zkCli.sh -server 127.0.0.1:2181/myapp
[...] ls /
[]

Could you try to reproduce this in your environment?

-Flavio

> On 08 Jul 2015, at 15:11, michallos <[email protected]> wrote:
> 
> Thanks for the reply! Yes, I've created an empty node /myapp using zkCli.sh
> (connected to cluster using pure "host1:port,host:port,host3:port" uri and
> executed: create /myapp) but I don't see any changes.
> Do you have more suggestions?
> 
> 
> 
> --
> View this message in context: 
> http://zookeeper-user.578899.n2.nabble.com/Shared-zookeeper-tp7581251p7581253.html
> Sent from the zookeeper-user mailing list archive at Nabble.com.

Reply via email to