kerneltime commented on code in PR #4097:
URL: https://github.com/apache/ozone/pull/4097#discussion_r1051728707
##########
hadoop-ozone/ozonefs-hadoop2/pom.xml:
##########
@@ -54,6 +54,16 @@
<artifactId>hadoop-common</artifactId>
<scope>provided</scope>
<version>2.7.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-auth</artifactId>
Review Comment:
I am not sure I follow why `hadoop-ozone/dist/pom.xml` and this file need to
change. When building ozonefs for Hadoop2 we explicitly want to take hadoop2 as
a dependency for everything.
--
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]