You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Daniel Darabos (JIRA)" <ji...@apache.org> on 2014/04/18 13:56:17 UTC

[jira] [Resolved] (YARN-1960) LocalFSFileInputStream should support mark()

     [ https://issues.apache.org/jira/browse/YARN-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Darabos resolved YARN-1960.
----------------------------------

    Resolution: Not a Problem

Duh, I should just use BufferedFSInputStream. Sorry.

> LocalFSFileInputStream should support mark()
> --------------------------------------------
>
>                 Key: YARN-1960
>                 URL: https://issues.apache.org/jira/browse/YARN-1960
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: api
>            Reporter: Daniel Darabos
>            Priority: Minor
>
> This is easily done by wrapping the FileInputStream in a BufferedInputStream. I wish for this feature because Apache Commons Compress's CompressorStreamFactory relies on it. There is benefit to being able to open local compressed file during testing.
> I'll send a patch for this if it's okay.



--
This message was sent by Atlassian JIRA
(v6.2#6252)