henrybear327 opened a new pull request, #10456: URL: https://github.com/apache/ozone/pull/10456
## What changes were proposed in this pull request? This PR adds the core SCM and OM runtime support for `ozone local`. `ozone local` currently has the local filesystem and configuration lifecycle from HDDS-15083. This change builds on that base and updates `LocalOzoneCluster` so it can initialize SCM/OM storage, start `StorageContainerManager` and `OzoneManager` in process, wait for scoped runtime readiness, and shut the services down cleanly. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15084 ## How was this patch tested? ```bash mvn test -pl hadoop-ozone/tools -Dtest=TestLocalOzoneCluster mvn test -pl hadoop-ozone/integration-test -Dtest=TestLocalOzoneClusterRuntime ``` -- 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]
