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 38585e4  [HUDI-2851] Shade org.apache.hadoop.hive.ql.optimizer package 
for flink bundle jar (#4104)
38585e4 is described below

commit 38585e4e57c86e0846b5561c4d1750676d88e5f4
Author: Ron <[email protected]>
AuthorDate: Fri Nov 26 11:27:21 2021 +0800

    [HUDI-2851] Shade org.apache.hadoop.hive.ql.optimizer package for flink 
bundle jar (#4104)
---
 packaging/hudi-flink-bundle/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/packaging/hudi-flink-bundle/pom.xml 
b/packaging/hudi-flink-bundle/pom.xml
index 868912e..f4e5684 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -205,6 +205,10 @@
                   
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.ql.metadata.</shadedPattern>
                 </relocation>
                 <relocation>
+                  <pattern>org.apache.hadoop.hive.ql.optimizer.</pattern>
+                  
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.ql.optimizer.</shadedPattern>
+                </relocation>
+                <relocation>
                   <pattern>com.codahale.metrics.</pattern>
                   
<shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>
                 </relocation>
@@ -568,6 +572,12 @@
       <version>4.0.2</version>
     </dependency>
 
+    <dependency>
+      <groupId>com.esotericsoftware.kryo</groupId>
+      <artifactId>kryo</artifactId>
+      <version>2.24.0</version>
+    </dependency>
+
     <!-- ORC -->
     <dependency>
       <groupId>org.apache.orc</groupId>

Reply via email to