From 05a9830e861f21f74d0674edbed10f8fff853c08 Mon Sep 17 00:00:00 2001
From: swuferhong <337361684@qq.com>
Date: Wed, 2 Jun 2021 14:12:03 +0800
Subject: [PATCH] [HUDI-1952] Fix hive3 meta sync for flink writer (#3021)
---
packaging/hudi-flink-bundle/pom.xml | 67 ++++++++++++++++++++++++++---
1 file changed, 62 insertions(+), 5 deletions(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml
index 614f5da8f..6e6f3db6e 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -36,6 +36,7 @@
3.1.0
1.11.1
+ 2.3.1
@@ -136,6 +137,7 @@
org.apache.hive:hive-jdbc
org.datanucleus:datanucleus-core
org.datanucleus:datanucleus-api-jdo
+ org.apache.thrift:libfb303
org.apache.hbase:hbase-common
commons-codec:commons-codec
@@ -198,10 +200,6 @@
org.eclipse.jetty.
${flink.bundle.shade.prefix}org.apache.jetty.
-
- com.esotericsoftware.kryo.
- ${flink.bundle.shade.prefix}com.esotericsoftware.kryo.
-
@@ -407,6 +405,10 @@
guava
com.google.guava
+
+ org.eclipse.jetty
+ *
+
@@ -472,6 +474,10 @@
javax.servlet.jsp
*
+
+ org.eclipse.jetty
+ *
+
@@ -484,6 +490,10 @@
org.eclipse.jetty.orbit
javax.servlet
+
+ org.eclipse.jetty
+ *
+
@@ -505,6 +515,45 @@
compile
+
+ org.eclipse.jetty
+ jetty-server
+ ${jetty.version}
+ ${flink.bundle.hive.scope}
+
+
+ org.eclipse.jetty
+ jetty-util
+ ${jetty.version}
+ ${flink.bundle.hive.scope}
+
+
+ org.eclipse.jetty
+ jetty-webapp
+ ${jetty.version}
+ ${flink.bundle.hive.scope}
+
+
+ org.eclipse.jetty
+ jetty-http
+ ${jetty.version}
+ ${flink.bundle.hive.scope}
+
+
+
+ org.apache.thrift
+ libfb303
+ 0.9.3
+ ${flink.bundle.hive.scope}
+
+
+
+
+ com.esotericsoftware
+ kryo-shaded
+ 4.0.2
+
+
com.fasterxml.jackson.core
@@ -538,8 +587,16 @@
- flink-bundle-shade-hive
+ flink-bundle-shade-hive2
+ 2.3.1
+ compile
+
+
+
+ flink-bundle-shade-hive3
+
+ 3.1.2
compile