joshelser commented on a change in pull request #675: HBASE-23085: Network and
Data related Actions
URL: https://github.com/apache/hbase/pull/675#discussion_r333145821
##########
File path:
hbase-it/src/test/java/org/apache/hadoop/hbase/HBaseClusterManager.java
##########
@@ -159,6 +169,38 @@ public void execute() throws IOException {
}
}
+ /**
+ * Executes commands over SSH
+ */
+ protected class RemoteSudoShell extends Shell.ShellCommandExecutor {
Review comment:
> Using sudo is nothing new
Oh, ok, great. I had just assumed that this was net-new. Not a concern if
it's prior-art.
----------------------------------------------------------------
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