From fe167da2ffe331c217510e5d164883071465f674 Mon Sep 17 00:00:00 2001 From: Ashin Gau Date: Sun, 8 Oct 2023 23:39:46 +0800 Subject: [PATCH] [fix](hudi) hbase-2.5.5 conflict with hudi (#25136) PR https://github.com/apache/doris/pull/24606 has updated hbase version to 2.5.5, but it conflict with hudi, causing error like: ``` org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Unexpected exception: Failed to get hudi partitions at org.apache.doris.qe.StmtExecutor.analyze(StmtExecutor.java:1021) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.executeByLegacy(StmtExecutor.java:696) ~[doris-fe.jar:1.2-SNAPSHOT] ... Caused by: java.lang.NullPointerException at org.apache.hadoop.fs.FilterFileSystem.getConf(FilterFileSystem.java:524) ~[hadoop-common-3.3.6.jar:?] at org.apache.hadoop.hbase.io.hfile.ReaderContext.(ReaderContext.java:53) ~[hbase-server-2.5.5.jar:2.5.5] at org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder.build(ReaderContextBuilder.java:106) ~[hbase-server-2.5.5.jar:2.5.5] ``` --- fe/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 0e8193bc53..a84aa581e8 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -269,7 +269,6 @@ under the License. 2.4.6 3.1.3 2.3.9 - 2.5.5 9.35 2.10.1 1.33.0 @@ -375,21 +374,6 @@ under the License. nimbus-jose-jwt ${nimbusds.version} - - org.apache.hbase - hbase-protocol-shaded - ${hbase.version} - - - org.apache.hbase - hbase-server - ${hbase.version} - - - org.apache.hbase - hbase-client - ${hbase.version} - com.amazonaws aws-java-sdk-bundle