[HUDI-3948] Fix presto bundle missing HBase classes (#5398)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -74,14 +74,15 @@
|
||||
<include>com.esotericsoftware:kryo-shaded</include>
|
||||
<include>org.objenesis:objenesis</include>
|
||||
<include>com.esotericsoftware:minlog</include>
|
||||
<include>org.apache.commons:commons-lang3</include>
|
||||
<include>org.apache.hbase:hbase-common</include>
|
||||
<include>org.apache.hbase:hbase-client</include>
|
||||
<include>org.apache.hbase:hbase-hadoop-compat</include>
|
||||
<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>
|
||||
@@ -149,6 +150,10 @@
|
||||
<pattern>org.apache.commons.lang.</pattern>
|
||||
<shadedPattern>${presto.bundle.bootstrap.shade.prefix}org.apache.commons.lang.</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.apache.commons.lang3.</pattern>
|
||||
<shadedPattern>org.apache.hudi.org.apache.commons.lang3.</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.google.protobuf.</pattern>
|
||||
<shadedPattern>${presto.bundle.bootstrap.shade.prefix}com.google.protobuf.</shadedPattern>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user