dailai commented on code in PR #6449:
URL: https://github.com/apache/seatunnel/pull/6449#discussion_r1513983869
##########
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:
> Any reason for add this?
The version of snnapy in seatunnel-shade/seatunnel-hadoop3-3.1.4-uber is
confict with the version of sannpy built info flink-dis(flink1.16). If you
submit tasks through flink mode, may cause this error.
<img width="973" alt="企业微信截图_3ac783f8-740b-4616-a89f-a7cf8c1285b0"
src="https://github.com/apache/seatunnel/assets/18141150/a2228be5-1d1e-4417-92d6-acdf356e95f0">
--
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]