[
https://issues.apache.org/jira/browse/ZOOKEEPER-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Hunt updated ZOOKEEPER-729:
-----------------------------------
Component/s: java client
c client
Description:
Recursively delete a given znode in zookeeper, from the command-line.
New operation "rmr" added to zkclient.
was:
Recursively delete a given znode in zookeeper, from the command-line.
New operation "rmr" added to zkclient.
usage:
$ zkCli.sh rmr /node
Fix Version/s: (was: 3.3.1)
Assignee: Kay Kay
Summary: zkCli.sh -rmr /node (was: Recursively Delete a znode )
Thanks Kay, since this is a new feature and not a fix I'm marking for just 3.4.0
It would be great if you could include this change in the c client as well.
Would you mind updating
the patch for that as well?
You added a new "rmr" command, rather could you just add a "-r" option to the
delete command (see create for
similar command line options on a command)
I see that you are using sync operations, did you consider using async? It
would be much faster and would be a
great example for users.
> zkCli.sh -rmr /node
> -------------------
>
> Key: ZOOKEEPER-729
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-729
> Project: Zookeeper
> Issue Type: New Feature
> Components: c client, java client
> Reporter: Kay Kay
> Assignee: Kay Kay
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-729.patch
>
>
> Recursively delete a given znode in zookeeper, from the command-line.
> New operation "rmr" added to zkclient.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.