prashantpogde commented on a change in pull request #1651:
URL: https://github.com/apache/ozone/pull/1651#discussion_r539691637
##########
File path:
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/ScmSubcommand.java
##########
@@ -17,21 +17,25 @@
*/
package org.apache.hadoop.hdds.scm.cli;
+import org.apache.hadoop.hdds.scm.cli.upgrade.FinalizeUpgradeBaseCommand;
import org.apache.hadoop.hdds.scm.client.ScmClient;
import picocli.CommandLine;
import java.io.IOException;
import java.util.concurrent.Callable;
+import java.util.concurrent.ExecutionException;
/**
* Base class for admin commands that connect via SCM client.
*/
-public abstract class ScmSubcommand implements Callable<Void> {
+public abstract class ScmSubcommand extends FinalizeUpgradeBaseCommand
Review comment:
I changed the structure as discussed over call so this is not applicable
anymore.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]