[
https://issues.apache.org/jira/browse/HAMA-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167215#comment-15167215
]
ASF GitHub Bot commented on HAMA-984:
-------------------------------------
GitHub user Cazen opened a pull request:
https://github.com/apache/hama/pull/9
[HAMA-984] Support AWS S3 schema in Hadoop 2.6+
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Cazen/hama HAMA-984
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hama/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 74b5214848b342a53d7d996c525b16e969850d91
Author: Cazen Lee <[email protected]>
Date: 2016-02-25T13:52:17Z
Add hadoop-aws dependency
----
> Support AWS S3 schema in Hadoop 2.6+
> ------------------------------------
>
> Key: HAMA-984
> URL: https://issues.apache.org/jira/browse/HAMA-984
> Project: Hama
> Issue Type: Improvement
> Components: build
> Reporter: Cazen Lee
>
> Hadoop 2.6+ does not contain AWS S3 related filesystem by default.
> So, IOException(No FileSystem for scheme) occurred while trying to access S3
> via s3 or s3n schema.
> I know it's not a Hama bug but it will be helpful to Hama users who using AWS
> S3 because it can be used by previous version(includes 1.x) without manual
> setting. Of course, we can also guide through the changes, without
> modification any source code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)