[
https://issues.apache.org/jira/browse/ZOOKEEPER-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850425#action_12850425
]
Kay Kay commented on ZOOKEEPER-729:
-----------------------------------
| Is there some way to package it up such that the user doesn't have to type
lots of classpath jars?
A quick look at the examples, says that it is very light-weight , with not much
dependencies. But because you have started publishing mvn artifacts with 3.3.0
, clients of zk should not be having a problem about the number, say.
|, just an issue of carrying around extra baggage.
true. i brought this up, because for extending the command-line functionality
and grouping options, it would make it simpler, without worrying about the
position of the args and give a getopt-like feel .
> zkCli.sh -rmr /node
> -------------------
>
> Key: ZOOKEEPER-729
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-729
> Project: Zookeeper
> Issue Type: New Feature
> Components: java client
> Reporter: Kay Kay
> Assignee: Kay Kay
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-729.patch, 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.