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

Allow for metrics to be exchanged between maps and reduces

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0-alpha
    • None
    • mrv2
    • None

    Description

      Some people on the mailing lists have requested having read access in reducers to counters that were set by mappers. I propose that we provide a new interface for doing this. The counter data in addition to being set periodically to the Application Master would be put into the intermediate output of the mapper for each reducer and be specially marked as such. When the reducers fetch that data they can combine it together and provide a read only interface to it.

      This allows users to potentially optimize their code on the reducer side if they know some special metadata before hand.

      Attachments

        Activity

          People

            Unassigned Unassigned
            revans2 Robert Joseph Evans
            Votes:
            2 Vote for this issue
            Watchers:
            12 Start watching this issue

            Dates

              Created:
              Updated: