[
https://issues.apache.org/jira/browse/BEAM-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16059757#comment-16059757
]
ASF GitHub Bot commented on BEAM-2500:
--------------------------------------
GitHub user lukecwik opened a pull request:
https://github.com/apache/beam-site/pull/257
[BEAM-2500] List Amazon S3 File System as a planned I/O.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lukecwik/incubator-beam-site asf-site
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam-site/pull/257.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 #257
----
commit a1643b1360a3628e6fd6ed6812df5cfb360e8873
Author: Luke Cwik <[email protected]>
Date: 2017-06-22T17:52:03Z
[BEAM-2500] List Amazon S3 File System as a planned I/O.
----
> Add support for S3 as a Apache Beam FileSystem
> ----------------------------------------------
>
> Key: BEAM-2500
> URL: https://issues.apache.org/jira/browse/BEAM-2500
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-extensions
> Reporter: Luke Cwik
> Priority: Minor
>
> Note that this is for providing direct integration with S3 as an Apache Beam
> FileSystem.
> There is already support for using the Hadoop S3 connector by depending on
> the Hadoop File System module[1], configuring HadoopFileSystemOptions[2] with
> a S3 configuration[3].
> 1: https://github.com/apache/beam/tree/master/sdks/java/io/hadoop-file-system
> 2:
> https://github.com/apache/beam/blob/master/sdks/java/io/hadoop-file-system/src/main/java/org/apache/beam/sdk/io/hdfs/HadoopFileSystemOptions.java#L53
> 3: https://wiki.apache.org/hadoop/AmazonS3
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)