Hi Nate, You can use ZooKeeper CLI.
> bin/zkCli.sh -server <host:port> starts the CLI in interactive mode but if you do > bin/zkCli.sh -server <host:port> command args It will just run that one command. There is also a similar way of doing it with the C cli. The code for the java CLI is in ZooKeeperMain.java. Alex On Sun, Mar 24, 2013 at 8:48 PM, Nathan Findley <[email protected]> wrote: > On 03/22/2013 08:17 PM, Nathan Findley wrote: >> >> Could somebody suggest a simple way to alter a data node via the command >> line? I would prefer to use the default utilities that come with the >> download made available by apache.org. The only requirement is that I need >> to be able to specify newlines in the node's data. >> >> Regards, >> Nate >> > > Is this a poorly phrased question or am I missing something that is obvious? > > -- > CTO > Zenlok株式会社 >
