Tsuyoshi OZAWA created MAPREDUCE-4864:
-----------------------------------------

             Summary: Extending RPC over umblical protocol 
"getAggregationTargets()" for node-level combiner.
                 Key: MAPREDUCE-4864
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4864
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: applicationmaster
    Affects Versions: 3.0.0
            Reporter: Tsuyoshi OZAWA
            Assignee: Tsuyoshi OZAWA


MapTasks need to know whether or not they should start node-level combiner 
agaist outputs of mapper on their node. 

The new umbilical RPC, getAggregationTargets(), is used to get outputs to be 
aggregated on the node. The definition as follows:

    AggregationTarget getAggregationTargets(TaskAttemptID aggregator) throws 
IOException;

AggregationTarget is a abstraction class of array of TaskAttemptID to be 
aggregated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to