xichen01 commented on code in PR #8008:
URL: https://github.com/apache/ozone/pull/8008#discussion_r1981790389
##########
hadoop-ozone/ozonefs-shaded/pom.xml:
##########
@@ -102,6 +102,21 @@
<phase>package</phase>
<configuration>
<skip>${maven.shade.skip}</skip>
+ <artifactSet>
+ <excludes>
+ <!-- Leave snappy that includes native methods which cannot
be relocated. -->
+ <exclude>org.xerial.snappy:*</exclude>
Review Comment:
OK, let the shaded package include the `org.xerial.snappy`
This artifactSet.exclude has been removed.
--
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]