a2l007 commented on code in PR #14329:
URL: https://github.com/apache/druid/pull/14329#discussion_r1264191393
##########
extensions-contrib/druid-iceberg-extensions/pom.xml:
##########
@@ -298,23 +298,33 @@
<artifactId>hadoop-aws</artifactId>
<version>${hadoop.compile.version}</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-bundle</artifactId>
Review Comment:
The metastore only needs the hadoop-aws jar which provides the
`org.apache.hadoop.fs.s3a.S3AFileSystem` class to resolve the `s3a` client. The
s3 druid extension(which has the aws-java-sdk-s3 dependency) takes care of
operations on the objects retrieved by the metastore.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]