henrybear327 commented on code in PR #10147:
URL: https://github.com/apache/ozone/pull/10147#discussion_r3215624861


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/local/OzoneLocal.java:
##########
@@ -44,9 +78,308 @@ public static void main(String[] args) {
       description = "Internal placeholder for a local Ozone runtime")
   static class RunCommand implements Callable<Void> {
 
+    private final Map<String, String> environment;
+
+    @Option(names = "--data-dir",
+        description = "Persistent data directory for the local cluster")
+    private String dataDir;
+
+    @Option(names = "--format",
+        description = "Storage init mode: if-needed, always, never")
+    private String format;

Review Comment:
   Done! :)



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