1
0

HUDI-2569 shaded hive (#3816)

Co-authored-by: wangkai9 <wangkai9@tuhu.cn>
This commit is contained in:
yiduwangkai
2021-10-18 17:12:13 +08:00
committed by GitHub
parent 3025f4d796
commit dfdfbbedae

View File

@@ -200,6 +200,10 @@
<pattern>org.apache.hadoop.hive.service.</pattern>
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.service.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.hadoop.hive.ql.metadata.</pattern>
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.ql.metadata.</shadedPattern>
</relocation>
<relocation>
<pattern>com.codahale.metrics.</pattern>
<shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>