1
0

[HUDI-1858] Fix cannot create table due to jar conflict (#2886)

Co-authored-by: 狄杰 <shenjinxin@accesscorporate.com.cn>
This commit is contained in:
dijie
2021-04-28 14:10:04 +08:00
committed by GitHub
parent 386767693d
commit 3ca9030256

View File

@@ -161,6 +161,10 @@
<pattern>org.apache.hadoop.hive.metastore.</pattern>
<shadedPattern>${flink.bundle.hive.shade.prefix}org.apache.hadoop.hive.metastore.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.hadoop.hive.ql.</pattern>
<shadedPattern>${flink.bundle.hive.shade.prefix}org.apache.hadoop.hive.ql.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.hive.common.</pattern>
<shadedPattern>${flink.bundle.hive.shade.prefix}org.apache.hive.common.</shadedPattern>