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

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

Daniel Darabos created YARN-1960:
------------------------------------

             Summary: 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)