[ 
https://issues.apache.org/jira/browse/HADOOP-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591055#action_12591055
 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3250:
------------------------------------------------

FileSystem.open currently returns a FSDataInputStream.  Clearly, we cannot use 
an InputStream to do append.  I guess we might want to define a new method, say 
"append", in the FileSystem API.

> Extend FileSystem API to allow appending to files
> -------------------------------------------------
>
>                 Key: HADOOP-3250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3250
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: fs
>            Reporter: dhruba borthakur
>
> Provide an API to allow applications to append data to pre-existing files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to