You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Jens Rabe (JIRA)" <ji...@apache.org> on 2015/01/18 14:59:34 UTC

[jira] [Created] (MAPREDUCE-6218) It should be possible to chain-load multiple MapFiles on the fly and read the records in an ascending order

Jens Rabe created MAPREDUCE-6218:
------------------------------------

             Summary: It should be possible to chain-load multiple MapFiles on the fly and read the records in an ascending order
                 Key: MAPREDUCE-6218
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6218
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Jens Rabe
            Priority: Minor


In a scenario where there are many MapFiles which all share the same key/value types, e.g., when dealing with measured data from sensors, it should be possible to chain-load multiple MapFiles. That means, there should be a reader which can be supplied with one or more directories containing MapFiles, and it should be possible to read the records of all files in order.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)