adoroszlai opened a new pull request, #4326:
URL: https://github.com/apache/ozone/pull/4326
## What changes were proposed in this pull request?
`ozone jmxget` has never been implemented, but `jmxget` is still listed as a
possible subcommand.
```
$ ozone jmxget
ERROR: jmxget is not COMMAND nor fully qualified CLASSNAME.
...
Admin Commands:
daemonlog get/set the log level for each daemon
jmxget get JMX exported values from NameNode or DataNode.
...
```
This PR proposes to remove `jmxget` as an `ozone` subcommand.
https://issues.apache.org/jira/browse/HDDS-534
## How was this patch tested?
```
$ ozone jmxget
ERROR: jmxget is not COMMAND nor fully qualified CLASSNAME.
...
Admin Commands:
daemonlog get/set the log level for each daemon
Client Commands:
...
```
https://github.com/adoroszlai/hadoop-ozone/actions/runs/4286535294
--
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]