You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/07/15 09:57:53 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #2158: [Connector-V2] Add Hive sink connector v2

EricJoy2048 commented on code in PR #2158:
URL: https://github.com/apache/incubator-seatunnel/pull/2158#discussion_r922011817


##########
seatunnel-connectors-v2/connector-hive/pom.xml:
##########
@@ -31,9 +31,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.seatunnel</groupId>
-            <artifactId>seatunnel-hive-shade</artifactId>
-            <version>${project.version}</version>
+            <groupId>org.apache.hive</groupId>
+            <artifactId>hive-exec</artifactId>
+            <scope>provided</scope>
         </dependency>

Review Comment:
   Yes, we need to specify the premise of running `hudi source` connector, User need to ensure that the spark/flink cluster has integrated hive. Currently, the tested hive version is 2.3.9



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org