kerneltime commented on code in PR #4097:
URL: https://github.com/apache/ozone/pull/4097#discussion_r1051735261


##########
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 see the problem, we will need to figure out how to keep all hadoop 
dependencies in `ozonefs-hadoop2` to be with version 2 and the rest of the 
packages use hadoop3 as their dependency.
   @adoroszlai any recommendation?



-- 
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]

Reply via email to