apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.06k stars 1.83k forks source link

[Hotfix][Zeta] Fix the dependency conflict between the guava in hadoop-aws and hive-exec #7986

Closed dailai closed 2 weeks ago

dailai commented 2 weeks ago

Purpose of this pull request

Sovle the issue: #7215 #7528 #7270

Link PR: #3632

Below is used the guava which the jar is in the lib directory: 截屏2024-11-05 17 04 31

So when I use the S3 connector which depends on the hadoop-aws jar that use the guava, it's conflict with hive-exec jar

截屏2024-11-06 09 11 45

Does this PR introduce any user-facing change?

How was this patch tested?

Check list