ctubbsii commented on a change in pull request #218: Add zk command for zk cli
URL: https://github.com/apache/fluo-uno/pull/218#discussion_r267086236
 
 

 ##########
 File path: bin/uno
 ##########
 @@ -33,6 +33,10 @@ case "$1" in
     check_dirs ACCUMULO_HOME
     "$ACCUMULO_HOME"/bin/accumulo shell -u "$ACCUMULO_USER" -p 
"$ACCUMULO_PASSWORD" "${@:2}"
     ;;
+  zk)
+    check_dirs ZOOKEEPER_HOME 
+    "$ZOOKEEPER_HOME"/bin/zkCli.sh
 
 Review comment:
   Should we chroot this to Accumulo's dir? (Might not be useful for tracer 
server, since that still uses stuff outside that path, but could be convenient 
for most scenarios.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to