From 1bbc7fd8f4865caf33b2e3c1fad27153b94b3d63 Mon Sep 17 00:00:00 2001 From: xicm Date: Mon, 19 Sep 2022 14:46:46 +0800 Subject: [PATCH 1/2] [HUDI-3983] ClassNotFoundException when using hudi-spark-bundle to write table with hbase index --- hudi-common/src/main/resources/hbase-site.xml | 17 ++++++++++------- packaging/hudi-spark-bundle/pom.xml | 3 +++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/hudi-common/src/main/resources/hbase-site.xml b/hudi-common/src/main/resources/hbase-site.xml index 3722cae18ee5b..4e19083fbc70a 100644 --- a/hudi-common/src/main/resources/hbase-site.xml +++ b/hudi-common/src/main/resources/hbase-site.xml @@ -1699,13 +1699,16 @@ possible configurations would overwhelm and obscure the important. Implementation of the status publication with a multicast message. - - hbase.status.listener.class - org.apache.hadoop.hbase.client.ClusterStatusListener$MulticastListener - - Implementation of the status listener with a multicast message. - - + + + + + + + + + hbase.status.multicast.address.ip 226.1.1.3 diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml index 4d474ae67edc3..13cbb813d4711 100644 --- a/packaging/hudi-spark-bundle/pom.xml +++ b/packaging/hudi-spark-bundle/pom.xml @@ -300,6 +300,9 @@ META-INF/services/javax.* **/*.proto hbase-webapps/** + + hbase-default.xml From 65ea0481e84d1fa8a80c3c8fb3f3083652158fd6 Mon Sep 17 00:00:00 2001 From: xicm Date: Wed, 21 Sep 2022 09:56:59 +0800 Subject: [PATCH 2/2] remove commented conf --- hudi-common/src/main/resources/hbase-site.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hudi-common/src/main/resources/hbase-site.xml b/hudi-common/src/main/resources/hbase-site.xml index 4e19083fbc70a..67853ae3ec982 100644 --- a/hudi-common/src/main/resources/hbase-site.xml +++ b/hudi-common/src/main/resources/hbase-site.xml @@ -1699,16 +1699,6 @@ possible configurations would overwhelm and obscure the important. Implementation of the status publication with a multicast message. - - - - - - - - - hbase.status.multicast.address.ip 226.1.1.3