bharatviswa504 commented on a change in pull request #502: HDDS-919. Enable prometheus endpoints for Ozone datanodes URL: https://github.com/apache/hadoop/pull/502#discussion_r259210122
########## File path: hadoop-hdds/container-service/pom.xml ########## @@ -37,6 +37,10 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdds-server-framework</artifactId> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> Review comment: I think it is duplicated, as above lines 37-38 already have added this dependency. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
