szetszwo commented on code in PR #8008:
URL: https://github.com/apache/ozone/pull/8008#discussion_r2006271304
##########
hadoop-ozone/ozonefs-shaded/pom.xml:
##########
@@ -27,6 +27,9 @@
<properties>
<!-- no tests in this module so far -->
<maven.test.skip>true</maven.test.skip>
+
<ozone.shaded.native.prefix>org_apache_hadoop_ozone_shaded</ozone.shaded.native.prefix>
+ <!-- refer to ratis thirdparty ratis.thirdparty.shaded.native.prefix -->
+
<ratis.thirdparty.shaded.native.prefix>org_apache_ratis_thirdparty_</ratis.thirdparty.shaded.native.prefix>
<shaded.prefix>org.apache.hadoop.ozone.shaded</shaded.prefix>
Review Comment:
Let's also remove `hadoop` here?
##########
hadoop-ozone/ozonefs-shaded/pom.xml:
##########
@@ -27,6 +27,9 @@
<properties>
<!-- no tests in this module so far -->
<maven.test.skip>true</maven.test.skip>
+
<ozone.shaded.native.prefix>org_apache_hadoop_ozone_shaded</ozone.shaded.native.prefix>
Review Comment:
How about removing hadoop, i.e. `org_apache_ozone_shaded`?
--
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]