Class ReducerWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>

java.lang.Object
org.apache.hadoop.mapreduce.Reducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>
org.approvaltests.hadoop.version1.SmartReducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>
org.approvaltests.hadoop.version1.ReducerWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
All Implemented Interfaces:
Transform<KeyIn,​ValueIn,​KeyOut,​ValueOut>

public class ReducerWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
extends SmartReducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>