nandakumar131 commented on code in PR #7575:
URL: https://github.com/apache/ozone/pull/7575#discussion_r1897740817
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/cli/GenericCli.java:
##########
@@ -105,7 +105,6 @@ public Void call() throws Exception {
throw new MissingSubcommandException(cmd);
}
- @Override
public OzoneConfiguration createOzoneConfiguration() {
Review Comment:
This can be made private and only expose `getOzoneConf` to avoid creating
multiple `OzoneConfiguration`. We can do this in a follow-up jira.
--
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]