This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new dfdfbbe  HUDI-2569 shaded hive (#3816)
dfdfbbe is described below

commit dfdfbbedaef6d2618b5254fc7b56a1d6a44a56f2
Author: yiduwangkai <[email protected]>
AuthorDate: Mon Oct 18 17:12:13 2021 +0800

    HUDI-2569 shaded hive (#3816)
    
    Co-authored-by: wangkai9 <[email protected]>
---
 packaging/hudi-flink-bundle/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packaging/hudi-flink-bundle/pom.xml 
b/packaging/hudi-flink-bundle/pom.xml
index c9b1458..796635c 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -201,6 +201,10 @@
                   
<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>
                 </relocation>

Reply via email to