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>
  • Constructor Details

    • SmartMapper

      public SmartMapper()