Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-4502 Node-level aggregation with combining the result of maps
  3. MAPREDUCE-4864

Adding new umbilical protocol RPC, "getAggregationTargets()", for node-level combiner.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 3.0.0-alpha1
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            ozawa Tsuyoshi Ozawa
            ozawa Tsuyoshi Ozawa
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: