Class SmartReducer<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>
- All Implemented Interfaces:
Transform<KeyIn,ValueIn,KeyOut,ValueOut>
- Direct Known Subclasses:
ReducerWrapper
public abstract class SmartReducer<KeyIn,ValueIn,KeyOut,ValueOut> extends org.apache.hadoop.mapreduce.Reducer<KeyIn,ValueIn,KeyOut,ValueOut> implements Transform<KeyIn,ValueIn,KeyOut,ValueOut>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer
org.apache.hadoop.mapreduce.Reducer.Context -
Constructor Summary
Constructors Constructor Description SmartReducer() -
Method Summary
Methods inherited from class org.apache.hadoop.mapreduce.Reducer
cleanup, reduce, run, setupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.approvaltests.hadoop.Transform
getKeyInType, getKeyOutType, getValueInType, getValueOutType
-
Constructor Details
-
SmartReducer
public SmartReducer()
-