dailai commented on code in PR #6449:
URL: https://github.com/apache/seatunnel/pull/6449#discussion_r1514062283


##########
seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml:
##########
@@ -47,6 +47,11 @@
             <artifactId>hadoop-client</artifactId>
             <version>${hadoop3.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.xerial.snappy</groupId>
+            <artifactId>snappy-java</artifactId>
+            <version>1.1.10.4</version>
+        </dependency>

Review Comment:
   > I think we shoud not put `seatunnel-hadoop3-3.1.4-uber` into flink libs. 
It only used for zeta. With flink, we should use their own hadoop jar.
   
   I did not put the seatunnel-hadoop3-3.1.4-uber into flink libs. If we submit 
a job by the seatunnel's flink script , the flink will load the 
seatunnel-hadoop3-3.1.4-uber  in classpath. For example, exec 
"start-seatunnel-flink-15-connector-v2.sh --config xxxx.job"(The source is 
mysql-cdc and sink is paimon )



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to