szetszwo commented on code in PR #9874:
URL: https://github.com/apache/ozone/pull/9874#discussion_r2901120528
##########
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 working on this! It is good to separate the client
and server commands.
Some of the "ozone freon" subcommands become "ozone vapor". It is a kind of
an incompatible change. Is it possible to make those subcommands work for both
"ozone freon" and "ozone vapor"? E.g. both of the following will work:
- ozone freon cgdn --index=1 --datanodes=10
- ozone vapor cgdn --index=1 --datanodes=10
--
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]