You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2010/02/11 19:00:42 UTC

[jira] Created: (MAPREDUCE-1484) Framework should not sort the input splits

Framework should not sort the input splits
------------------------------------------

                 Key: MAPREDUCE-1484
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1484
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Owen O'Malley


Currently the framework sorts the input splits by size before the job is submitted. This makes it very difficult to run map only jobs that transform the input because the assignment of input names to output names isn't obvious. We fixed this once in HADOOP-1440, but the fix was broken so it was rolled back.

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