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 "Kartik Bhatia (JIRA)" <ji...@apache.org> on 2018/06/11 06:38:00 UTC

[jira] [Created] (MAPREDUCE-7109) On completion of shuffle phase in reducers, mappers should not be launched again

Kartik Bhatia created MAPREDUCE-7109:
----------------------------------------

             Summary: On completion of shuffle phase in reducers, mappers should not be launched again
                 Key: MAPREDUCE-7109
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7109
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Kartik Bhatia


Currently, in actOnUnusableNodes in JobImpl mappers are re launched irrespective of whether their output is further required or not. This leads to unnecessary compute. Idea is to keep track of all shuffle phases of reducer and not relaunch mapper if shuffle phase in reducers is already done



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org