You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Zlatin Balevsky (JIRA)" <ji...@apache.org> on 2010/01/26 17:08:34 UTC

[jira] Created: (HDFS-926) BufferedDFSInputStream

BufferedDFSInputStream
----------------------

                 Key: HDFS-926
                 URL: https://issues.apache.org/jira/browse/HDFS-926
             Project: Hadoop HDFS
          Issue Type: Wish
          Components: hdfs client
            Reporter: Zlatin Balevsky
            Priority: Minor


Self-explanatory.  Buffer size can be provided in number of blocks.  Could be implemented trivially with heap storage and several BlockReaders or could have more advanced features like:

* logic to ensure that blocks are not pulled from the same Datanode(s).
* local filesystem store for buffered blocks
* adaptive parallelism 


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