[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719770#action_12719770
 ] 

Mahadev konar commented on ZOOKEEPER-422:
-----------------------------------------

patch looks good. .. a minor nit in the help section (line 63 + some lines in 
ZooKeeperMain.java)

{code}
commandMap.put("create", "[-s|-e] path data acl");
{code}
should be 
{code}
commandMap.put("create", "[-s] [-e] path data acl");
{code}

also, some time we should move to use cli parsing library ...not in this jira 
:) ... 

> Java CLI should support ephemeral and sequential node creation
> --------------------------------------------------------------
>
>                 Key: ZOOKEEPER-422
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-422
>             Project: Zookeeper
>          Issue Type: Improvement
>    Affects Versions: 3.2.0
>            Reporter: Henry Robinson
>            Assignee: Henry Robinson
>            Priority: Minor
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-422.patch
>
>
> The C client supports creation of ephemeral and sequential nodes. For feature 
> parity, so should the Java CLI. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to