[
https://issues.apache.org/jira/browse/HADOOP-11262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Demoor updated HADOOP-11262:
-----------------------------------
Attachment: HADOOP-11262-2.patch
Added 2 small test just to assure that S3A can be used from a FileContext.
To enable S3A your configuration needs to contain:
{code}
<property>
<name>fs.AbstractFileSystem.s3a.impl</name>
<value>org.apache.hadoop.fs.s3a.S3A</value>
</property>
{code}
For the tests this is done automatically.
> Enable YARN to use S3A
> -----------------------
>
> Key: HADOOP-11262
> URL: https://issues.apache.org/jira/browse/HADOOP-11262
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs/s3
> Reporter: Thomas Demoor
> Attachments: HADOOP-11262-2.patch, HADOOP-11262.patch
>
>
> Uses DelegateToFileSystem to expose S3A as an AbstractFileSystem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)