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 "Todd Lipcon (Created) (JIRA)" <ji...@apache.org> on 2011/10/25 22:40:32 UTC

[jira] [Created] (MAPREDUCE-3268) MR2 capacity scheduler doesn't spread tasks evenly on an underutilized cluster

MR2 capacity scheduler doesn't spread tasks evenly on an underutilized cluster
------------------------------------------------------------------------------

                 Key: MAPREDUCE-3268
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3268
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mrv2, scheduler
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon


The fair scheduler in MR1 has the behavior that, if a job is submitted to an under-utilized cluster and the cluster has more open slots than tasks in the job, the tasks are spread evenly throughout the cluster. This improves job latency since more spindles and NICs are utilized to complete the job. In MR2 I see this issue causing significantly longer job runtimes when there is excess capacity in the cluster -- especially on reducers which sometimmes end up clumping together on a smaller set of nodes which then become disk/network constrained.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira