henrybear327 opened a new pull request, #10455: URL: https://github.com/apache/ozone/pull/10455
## What changes were proposed in this pull request? This patch adds the local filesystem lifecycle implementation for `ozone local`. The implementation intentionally keeps the existing public CLI/config surface unchanged. It does not add new `OzoneLocal` options, does not wire `ozone local run` to start services, and does not start SCM/OM/DN services. Those pieces remain in later local runtime work. S3 Gateway support is also intentionally left as a placeholder in this patch. `LocalOzoneCluster` returns `-1` for the S3G port and an empty S3 endpoint because S3 runtime wiring is planned for a later ticket. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15083 ## How was this patch tested? ```bash mvn -pl hadoop-ozone/tools -am -Dtest=TestLocalOzoneCluster,TestLocalOzoneClusterConfig,TestOzoneLocal test ``` -- 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]
