This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch release-0.11.0-patched-apr23 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 8e775f07a83071fad818d5203fdd0df784196244 Author: Y Ethan Guo <[email protected]> AuthorDate: Fri Apr 22 17:34:33 2022 -0700 [HUDI-3948] Fix presto bundle missing HBase classes and adjust all bundles --- packaging/hudi-flink-bundle/pom.xml | 2 +- packaging/hudi-presto-bundle/pom.xml | 2 +- packaging/hudi-trino-bundle/pom.xml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml index 15a4ad1e4d..8e2ebc3c28 100644 --- a/packaging/hudi-flink-bundle/pom.xml +++ b/packaging/hudi-flink-bundle/pom.xml @@ -153,8 +153,8 @@ <include>org.apache.hbase:hbase-hadoop2-compat</include> <include>org.apache.hbase:hbase-metrics</include> <include>org.apache.hbase:hbase-metrics-api</include> - <include>org.apache.hbase:hbase-server</include> <include>org.apache.hbase:hbase-protocol-shaded</include> + <include>org.apache.hbase:hbase-server</include> <include>org.apache.hbase.thirdparty:hbase-shaded-miscellaneous</include> <include>org.apache.hbase.thirdparty:hbase-shaded-netty</include> <include>org.apache.hbase.thirdparty:hbase-shaded-protobuf</include> diff --git a/packaging/hudi-presto-bundle/pom.xml b/packaging/hudi-presto-bundle/pom.xml index 14d6c8b193..8523472045 100644 --- a/packaging/hudi-presto-bundle/pom.xml +++ b/packaging/hudi-presto-bundle/pom.xml @@ -80,8 +80,8 @@ <include>org.apache.hbase:hbase-hadoop2-compat</include> <include>org.apache.hbase:hbase-metrics</include> <include>org.apache.hbase:hbase-metrics-api</include> - <include>org.apache.hbase:hbase-protocol</include> <include>org.apache.hbase:hbase-protocol-shaded</include> + <include>org.apache.hbase:hbase-server</include> <include>org.apache.hbase.thirdparty:hbase-shaded-miscellaneous</include> <include>org.apache.hbase.thirdparty:hbase-shaded-netty</include> <include>org.apache.hbase.thirdparty:hbase-shaded-protobuf</include> diff --git a/packaging/hudi-trino-bundle/pom.xml b/packaging/hudi-trino-bundle/pom.xml index 38b130450d..35b8bedb4b 100644 --- a/packaging/hudi-trino-bundle/pom.xml +++ b/packaging/hudi-trino-bundle/pom.xml @@ -83,7 +83,6 @@ <include>org.apache.hbase:hbase-metrics-api</include> <include>org.apache.hbase:hbase-protocol-shaded</include> <include>org.apache.hbase:hbase-server</include> - <include>org.apache.hbase:hbase-annotations</include> <include>org.apache.hbase.thirdparty:hbase-shaded-protobuf</include> <include>org.apache.hbase.thirdparty:hbase-shaded-netty</include> <include>org.apache.hbase.thirdparty:hbase-shaded-miscellaneous</include>
