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


##########
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:
   The version for `hadoop-auth` and `hadoop annotations` might be different 
here as this package is explicitly built to take `dependency` on `hadoop 2.7.3` 
vs `hadoop3` based packages. We might have to suppress any errors that might 
arise due to this package depending on a different version of hadoop.



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