ashishkumar50 commented on code in PR #7229:
URL: https://github.com/apache/ozone/pull/7229#discussion_r1770802797
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/container/ContainerCommands.java:
##########
@@ -93,6 +93,8 @@ public class ContainerCommands implements Callable<Void>,
SubcommandWithParent {
@Spec
private CommandSpec spec;
+ private String dataPath;
Review Comment:
Can we just define `@CommandLine.Option` here and use instead of duplicating
code in every subcommands?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]