Uses of Class
org.apache.hadoop.mrunit.MapReduceDriverBase

Packages that use MapReduceDriverBase
org.apache.hadoop.mrunit
 

Uses of MapReduceDriverBase in org.apache.hadoop.mrunit
 

Classes in org.apache.hadoop.mrunit with type parameters of type MapReduceDriverBase
 class MapReduceDriverBase<K1,V1,K2,V2,K3,V3,T extends MapReduceDriverBase<K1,V1,K2,V2,K3,V3,T>>
          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.
 

Subclasses of MapReduceDriverBase in org.apache.hadoop.mrunit
 class MapReduceDriver<K1,V1,K2,V2,K3,V3>
          Harness that allows you to test a Mapper and a Reducer instance together (along with an optional combiner).
 



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