-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.22.0
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
On line 293 of o.a.h.mapred.lib.Chain in setReducer(...):
reducerConf.setBoolean(MAPPER_BY_VALUE, byValue);
this should be REDUCER_BY_VALUE.