Uploaded image for project: 'Apache Blur'
  1. Apache Blur
  2. BLUR-303

Change class sig for DefaultBlurReducer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.2.0, 0.3.0, 0.2.1, 0.2.2
    • 0.3.0, 0.2.2
    • Blur MapReduce
    • None

    Description

      Change the sig from:

      public class DefaultBlurReducer extends Reducer<Text, BlurMutate, Text, BlurMutate> {

      To:

      public class DefaultBlurReducer extends Reducer<Writable, BlurMutate, Writable, BlurMutate> {

      That way different Key types could be used.

      Attachments

        Activity

          People

            Unassigned Unassigned
            amccurry Aaron McCurry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: