[
https://issues.apache.org/jira/browse/BLUR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron McCurry closed BLUR-303.
------------------------------
Resolution: Fixed
https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=commit;h=8944ebecba7a381ec8ae240c1fe9dd8a0cdbe0e3
https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=commit;h=fe7f3915a0581e849b09ec82f478e4cd2dc5b132
> 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)