tanvipenumudy commented on code in PR #5519:
URL: https://github.com/apache/ozone/pull/5519#discussion_r1377280715
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/RandomKeyGenerator.java:
##########
@@ -146,10 +147,12 @@ enum FreonOps {
@Option(
names = {"--key-size", "--keySize"},
description = "Specifies the size of Key in bytes to be created. Full" +
- " name --keySize will be removed in later versions.",
- defaultValue = "10240"
+ " name --keySize will be removed in later versions. You can" +
+ " specify the size using data units like 'GB', 'MB', 'KB', etc.",
+ defaultValue = "10GB",
Review Comment:
Corrected this typo to `10KB`, thank you!
--
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]