Apache9 commented on code in PR #5078:
URL: https://github.com/apache/hbase/pull/5078#discussion_r1127361370
##########
hbase-it/src/test/java/org/apache/hadoop/hbase/HBaseClusterManager.java:
##########
@@ -217,7 +217,7 @@ protected String findPidCommand(ServiceType service) {
}
public String signalCommand(ServiceType service, String signal) {
- return String.format("%s | xargs sudo kill -s %s",
findPidCommand(service), signal);
+ return String.format("%s | xargs kill -s %s", findPidCommand(service),
signal);
Review Comment:
Why remove sudo?
--
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]