[
https://issues.apache.org/jira/browse/HADOOP-19282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894928#comment-17894928
]
Ragesh Rajagopalan commented on HADOOP-19282:
---------------------------------------------
[[email protected]] – Would it be possible to make the following small change
in the STSClientFactory class?
File:
[https://github.com/apache/hadoop/blob/release-3.4.0-RC0/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/STSClientFactory.java]
Change from using the URIBuilder from the thirdparty module to something like
org.apache.http.client.utils.URIBuilder
This would allow clients to import hadoop-aws and exclude the aws bundle. Since
the *thirdparty* module is not getting published as an artifact clients are
forced to include the module *bundle* which is bloating images sizes by ~1GB.
> hadoop-aws exclude aws-java-sdk-bundle dependencies. Use aws-java-sdk-s3
> instead
> --------------------------------------------------------------------------------
>
> Key: HADOOP-19282
> URL: https://issues.apache.org/jira/browse/HADOOP-19282
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: melin
> Priority: Major
>
> hadoop-aws directly depends on aws-java-sdk-bundle, and the size of
> aws-java-sdk-bundle is too large.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]