You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2022/02/23 01:16:54 UTC

[hudi] branch master updated: Add hive-standalone-metastore dependency to hudi-flink-bundle module (#4870)

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 01cbdde  Add hive-standalone-metastore dependency to hudi-flink-bundle module (#4870)
01cbdde is described below

commit 01cbddef78f5c66c15f22937f078dd7dbde203e8
Author: 从大数据到人工智能 <xi...@mail2.sysu.edu.cn>
AuthorDate: Wed Feb 23 09:16:21 2022 +0800

    Add hive-standalone-metastore dependency to hudi-flink-bundle module (#4870)
---
 packaging/hudi-flink-bundle/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml
index 509ea0f..2224780 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -136,7 +136,8 @@
                   <include>org.apache.hive:hive-common</include>
                   <include>org.apache.hive:hive-service</include>
                   <include>org.apache.hive:hive-service-rpc</include>
-                  <include>org.apache.hive:hive-exec</include>
+		  <include>org.apache.hive:hive-exec</include>
+		  <include>org.apache.hive:hive-standalone-metastore</include>
                   <include>org.apache.hive:hive-metastore</include>
                   <include>org.apache.hive:hive-jdbc</include>
                   <include>org.datanucleus:datanucleus-core</include>
@@ -643,6 +644,12 @@
           <version>${hive.version}</version>
           <scope>${flink.bundle.hive.scope}</scope>
         </dependency>
+        <dependency>
+          <groupId>${hive.groupid}</groupId>
+          <artifactId>hive-standalone-metastore</artifactId>
+          <version>${hive.version}</version>
+          <scope>${flink.bundle.hive.scope}</scope>
+        </dependency>
       </dependencies>
     </profile>
   </profiles>