geyanggang commented on code in PR #10579:
URL: https://github.com/apache/gravitino/pull/10579#discussion_r3020313862
##########
catalogs/catalog-lakehouse-paimon/build.gradle.kts:
##########
@@ -108,6 +108,7 @@ dependencies {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude("org.apache.avro")
+ exclude("net.java.dev.jets3t")
Review Comment:
Same verification result: no JAR in catalog-lakehouse-paimon/build/libs
contains NativeS3FileSystem or any s3native class. The hadoop2.common
dependency used here does not bundle the S3N filesystem — that class requires
hadoop-aws. jets3t is dead code in this module as well.
Gravitino uses s3a:// exclusively for S3 access. s3n:// is a legacy Hadoop
protocol (deprecated since Hadoop 3.x) and is not supported.
--
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]