Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Duplicate
-
None
-
None
Description
In zkCli if we create a node without data then also node is getting created but if we will see in the commandMap
it shows that
commandMap.put("create", "[-s] [-e] path data acl");
that means data and acl parts are not optional .we need to change these parts as optional.