Skip to content

Commit

Permalink
[HUDI-3983] Fix ClassNotFoundException when using hudi-spark-bundle t…
Browse files Browse the repository at this point in the history
…o write table with hbase index (apache#6715)
  • Loading branch information
xicm authored and yuzhaojing committed Sep 29, 2022
1 parent 4729196 commit 9706c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hudi-common/src/main/resources/hbase-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1699,13 +1699,6 @@ possible configurations would overwhelm and obscure the important.
Implementation of the status publication with a multicast message.
</description>
</property>
<property>
<name>hbase.status.listener.class</name>
<value>org.apache.hadoop.hbase.client.ClusterStatusListener$MulticastListener</value>
<description>
Implementation of the status listener with a multicast message.
</description>
</property>
<property>
<name>hbase.status.multicast.address.ip</name>
<value>226.1.1.3</value>
Expand Down
3 changes: 3 additions & 0 deletions packaging/hudi-spark-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit 9706c43

Please sign in to comment.