Aaron McCurry created BLUR-303:
----------------------------------

             Summary: Change class sig for DefaultBlurReducer
                 Key: BLUR-303
                 URL: https://issues.apache.org/jira/browse/BLUR-303
             Project: Apache Blur
          Issue Type: Bug
          Components: Blur MapReduce
    Affects Versions: 0.2.0, 0.3.0, 0.2.1, 0.2.2
            Reporter: Aaron McCurry
             Fix For: 0.3.0, 0.2.2


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.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to