sadanand48 commented on code in PR #7229:
URL: https://github.com/apache/ozone/pull/7229#discussion_r1772742477


##########
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:
   > This led to command structure issues earlier
   This is anyway a new option so we can place it anywhere without bothering 
about any compatibility issues. Why is it a problem?



##########
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:
   > This led to command structure issues earlier
   
   This is anyway a new option so we can place it anywhere without bothering 
about any compatibility issues. Why is it a problem?



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

Reply via email to