Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-513

java mapreduce api should pass iterator of matching objects to reduce

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 1.4.0
    • java
    • None

    Description

      The Java mapreduce API added in AVRO-493 requires reducers implementations to explicitly detect sequences of matching data.

      Rather the reduce method might better look something like:

      void reduce(Iterator<IN>, Collector<OUT>);

      Where all equal values are passed in a single call.

      Attachments

        1. AVRO-513.patch
          7 kB
          Doug Cutting
        2. AVRO-513.patch
          7 kB
          Doug Cutting
        3. AVRO-513.patch
          7 kB
          Doug Cutting
        4. AVRO-513.patch
          8 kB
          Doug Cutting

        Issue Links

          Activity

            People

              cutting Doug Cutting
              cutting Doug Cutting
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: