adoroszlai commented on a change in pull request #834:
URL: https://github.com/apache/hadoop-ozone/pull/834#discussion_r411464123
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/freon/OzoneGetConf.java
##########
@@ -234,7 +236,7 @@ public Integer run() throws Exception {
public int doWorkInternal(OzoneGetConf tool, String[] args)
throws IOException {
Collection<InetSocketAddress> addresses = HddsUtils
- .getSCMAddresses(tool.getConf());
+ .getSCMAddresses(new
LegacyHadoopConfigurationSource(tool.getConf()));
Review comment:
> (BTW, would be great to switch to use GenericCli instead of
`ToolRunner`)
Agree. Seems like you already created a task for that:
https://issues.apache.org/jira/browse/HDDS-3102
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]