Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
add readline support via jline to the java client shell.
Description
copied from the following comments by Vegard
https://issues.apache.org/jira/browse/ZOOKEEPER-364?focusedCommentId=12696002&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12696002
------------------------------------------------------------
Possible improvements:
Default host list to localhost:2181 when not given.
Don't print a ton of debug, it looks like both cli_mt and zkCli.sh does this. Make a simple ls that lists subnodes one line at a time and a simple cat that lists only the node content, simple put etc.
Shell with gnu readline capabilities and tab completion on node names would be a big improvement of usability during testing and debugging.
Attachments
Attachments
Issue Links
- relates to
-
ZOOKEEPER-388 Add readline support to the c shell
- Open