dlmarion commented on code in PR #6126:
URL: https://github.com/apache/accumulo/pull/6126#discussion_r2806324563


##########
assemble/bin/accumulo-cluster:
##########
@@ -582,7 +582,7 @@ function control_services() {
         # before zapping the nodes in ZooKeeper
         wait
         echo "Cleaning scan server entries from zookeeper for resource group 
$group"
-        debugOrRunAsync "$accumulo_cmd" org.apache.accumulo.server.util.ZooZap 
-verbose -sservers --include-groups "$group"
+        debugOrRunAsync "$accumulo_cmd" other 
org.apache.accumulo.server.util.ZooZap -verbose -sservers --include-groups 
"$group"

Review Comment:
   No, you are correct, does not work with classname. This would work if the 
2nd arg was `zoo-zap`.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to