Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-3598

Old combiner doesn't support counter, progress

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Duplicate
    • 0.20.205.0
    • None
    • None
    • None

    Description

      After HADOOP-5382, old combiner's reduce is invoked with Reporter.NULL. So all the features in Reporter, e.g. counter, progress are not supported any more. The related code is as follows:

              while (values.more()) {
                combiner.reduce(values.getKey(), values, combineCollector,
                    Reporter.NULL);
                values.nextKey();
              }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              liangly Liyin Liang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: