Package org.apache.hadoop.mrunit.mapreduce

Class Summary
MapDriver<K1,V1,K2,V2> Harness that allows you to test a Mapper instance.
MapReduceDriver<K1,V1,K2,V2,K3,V3> Harness that allows you to test a Mapper and a Reducer instance together You provide the input key and value that should be sent to the Mapper, and outputs you expect to be sent by the Reducer to the collector for those inputs.
ReduceDriver<K1,V1,K2,V2> Harness that allows you to test a Reducer instance.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.