[ https://issues.apache.org/jira/browse/HADOOP-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918731#action_12918731
]
Eli Collins commented on HADOOP-6916:
-------------------------------------
Forgot to mention this could use some additional tests, eg appending to a file already open
for append, appending more than a block, etc. See the hdfs append tests for additional ideas.
> Implement append operation for S3FileSystem
> -------------------------------------------
>
> Key: HADOOP-6916
> URL: https://issues.apache.org/jira/browse/HADOOP-6916
> Project: Hadoop Common
> Issue Type: New Feature
> Components: fs/s3
> Affects Versions: 0.20.2, 0.22.0
> Reporter: Oleg Aleshko
> Priority: Minor
> Fix For: 0.22.0
>
> Attachments: s3_append1.patch
>
>
> Currently org.apache.hadoop.fs.s3.S3FileSystem#append throws an IOException("Not supported");
> S3FileSystem should be able to support appending, possibly via common block storage logic.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|