HDDS-3128. Add support for kdiag and kerbname commands to ozone script#9868
HDDS-3128. Add support for kdiag and kerbname commands to ozone script#9868navinko wants to merge 3 commits intoapache:masterfrom
Conversation
adoroszlai
left a comment
There was a problem hiding this comment.
Thanks @navinko for working on this. I think we should add these new commands under ozone debug, not at the top-level. Also, please implement as a picocli @Command. See VersionDebug as an example. KDiag would need to be copied to Ozone and adapted.
Hi @adoroszlai Thank you for reviewing . I have one doubt
|
The latter (copy to Ozone, change to use picocli instead of its own argument parsing, replace Hadoop-specific variables/properties with Ozone-specific ones, etc.). |
Thank you , I will update the PR shortly. |
What changes were proposed in this pull request?
HDDS-3128. Add support for kdiag and kerbname commands to ozone script
Exposes the Hadoop KDiag diagnostic tool through the Ozone CLI.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-3128
How was this patch tested?