szetszwo commented on code in PR #9874:
URL: https://github.com/apache/ozone/pull/9874#discussion_r2901989117


##########
hadoop-ozone/vapor/src/main/java/org/apache/hadoop/ozone/freon/containergenerator/GeneratorDatanode.java:
##########
@@ -74,13 +74,13 @@
     optionListHeading =
         "\nExecute this command with different parameters for each datanodes. "
             + "For example if you have 10 datanodes, use "
-            + "'ozone freon cgdn --index=1 --datanodes=10', 'ozone freon"
-            + " cgdn --index=2 --datanodes=10', 'ozone freon cgdn "
+            + "'ozone vapor cgdn --index=1 --datanodes=10', 'ozone vapor"
+            + " cgdn --index=2 --datanodes=10', 'ozone vapor cgdn "

Review Comment:
   @adoroszlai , thanks for the update!
   
   Let's print a warning when a vapor subcommand is run by `ozone freon`.  
Something likes
   ```
   WARN: The command `ozone freon ockv` is changed to `ozone vapor ockv`.
         Please update your scripts since `ozone freon ockv` may no longer 
         work in future releases.
   ```



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