wulei0302 commented on code in PR #6715:
URL: https://github.com/apache/hudi/pull/6715#discussion_r991783786


##########
packaging/hudi-spark-bundle/pom.xml:
##########
@@ -300,6 +300,9 @@
                     <exclude>META-INF/services/javax.*</exclude>
                     <exclude>**/*.proto</exclude>
                     <exclude>hbase-webapps/**</exclude>
+                    <!-- hbase-default.xml comes from hbase-common, hbase 
related classes used in hudi are in shaded
+                    pattern, the default classes in hbase-default.xml can 
cause ClassNotFoundException. -->
+                    <exclude>hbase-default.xml</exclude>

Review Comment:
   @xicm Do we have the same problem on the Flink side?



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

Reply via email to