You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kihwal Lee (JIRA)" <ji...@apache.org> on 2016/05/16 14:46:13 UTC

[jira] [Issue Comment Deleted] (HADOOP-13078) switch hadoop-aws back to using the (heavy) amazon-sdk JAR

     [ https://issues.apache.org/jira/browse/HADOOP-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee updated HADOOP-13078:
--------------------------------
    Comment: was deleted

(was: 
This is an automatically generated message.

randyc@yahoo-inc.com is no longer with Yahoo! Inc.

Your message will not be forwarded.

If you have a sales inquiry, please email yahoosales@yahoo-inc.com and someone will follow up with you shortly.

If you require assistance with a legal matter, please send a message to legal-notices@yahoo-inc.com

Thank you!
)

> switch hadoop-aws back to using the (heavy) amazon-sdk JAR
> ----------------------------------------------------------
>
>                 Key: HADOOP-13078
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13078
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>
> Hadoop 2.6-2.7 uses the full amazon-aws-sdk JAR. Hadoop 2.8+ has switched to the amazon-s3-sdk jar because it was lighter weight. 
> I want to return to the full JAR before 2.8 switches, for
> # downstream code: if someone is already including/depending-on/upgrading the aws SDK, switching to the s3 sdk complicates packaging, distribution. If directly depended on via maven dependencies, it breaks the build
> # some of the 2.8+ patches, e.g. HADOOP-12537, have to add another part of the S3 SDK to handle temporary credentials. This will make life even more complex downstream
> # if the hadoop-aws module ever adds more stuff (e.g. a s3mper style use of dynamo db for directory structure storage), then again, more JARs, more complexity.
> Let's just change the build to return to the original JAR. Yes it is heavy, but it will be a consistent heaviness for all projects downstream.
> This change *must* go in to 2.8 if we don't want to start breaking things



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org