yihua commented on code in PR #6550:
URL: https://github.com/apache/hudi/pull/6550#discussion_r965238401
##########
pom.xml:
##########
@@ -377,9 +377,17 @@
<exclude>org.sl4fj:slf4j-jcl</exclude>
<exclude>log4j:log4j</exclude>
<exclude>ch.qos.logback:logback-classic</exclude>
+ <!-- NOTE: We're banning any HBase deps versions other
than the approved ${hbase.version},
+ which is aimed at preventing the classpath
collisions w/ transitive deps usually) -->
+ <exclude>org.apache.hbase:hbase-common:*</exclude>
Review Comment:
LGTM. In terms of the actual impact, does this only resolve issues for
Spark 3 due to transitive dependencies of Hive? I assume without this change,
Spark 2 should still work.
--
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]