adoroszlai opened a new pull request, #7775: URL: https://github.com/apache/ozone/pull/7775
## What changes were proposed in this pull request? `ozone-tools` depends on server-side components (OM, SCM, Recon, etc.). These are needed for some of the tools, e.g. `ozone debug`, `ozone repair`, but not for `ozone shell`. This PR splits `ozone shell` into a new submodule `ozone-cli-shell`, with client-only dependencies. (We can split sets of tools into other `ozone-cli-...` modules later.) `pom.xml` is copied from `hadoop-ozone/tools`, with unnecessary dependencies removed. https://issues.apache.org/jira/browse/HDDS-12155 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/13031228751 -- 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]
