Class SmartMapper<KeyIn,ValueIn,KeyOut,ValueOut>
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<KeyIn,ValueIn,KeyOut,ValueOut>
org.approvaltests.hadoop.version1.SmartMapper<KeyIn,ValueIn,KeyOut,ValueOut>
- All Implemented Interfaces:
Transform<KeyIn,ValueIn,KeyOut,ValueOut>
- Direct Known Subclasses:
MapperWrapper
public abstract class SmartMapper<KeyIn,ValueIn,KeyOut,ValueOut> extends org.apache.hadoop.mapreduce.Mapper<KeyIn,ValueIn,KeyOut,ValueOut> implements Transform<KeyIn,ValueIn,KeyOut,ValueOut>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context -
Constructor Summary
Constructors Constructor Description SmartMapper() -
Method Summary
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, map, 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
-
SmartMapper
public SmartMapper()
-