Uploaded image for project: 'MRUnit'
  1. MRUnit
  2. MRUNIT-129

Key object re-use in Reducer is inconsistent with MapReduce behaviour (new API)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 1.1.0
    • None

    Description

      Follow on issue from MRUNIT-127, also relating to grouping comparators.

      In the new MapReduce API Reducer's reduce method, you are passed a reference to a key and an Iterable for the values. What's not particularly clear is that as you iterate through the values, the value of the key is also changing silently. This is not usually noticeable, since the keys that were grouped often have the same value anyway, but with a custom grouping comparator this isn't necessarily the case.

      This is different to the old API, where you would get the first key in the group and this wouldn't change as you iterate over the values.

      MRUnit uses the "old API" style behaviour for both old and new APIs, so some unit tests may not give a consistent result to an actual mapreduce job.

      Attachments

        1. JIRA_129.patch
          55 kB
          Paulin Sanselme
        2. MRUNIT-129.unittest.patch
          4 kB
          Dave Beech

        Activity

          People

            paulin sanselme Paulin Sanselme
            dbeech Dave Beech
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: