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

Packages that use TestDriver
org.apache.hadoop.mrunit
 

Uses of TestDriver in org.apache.hadoop.mrunit
 

Classes in org.apache.hadoop.mrunit with type parameters of type TestDriver
 class TestDriver<K1,V1,K2,V2,T extends TestDriver<K1,V1,K2,V2,T>>
           
 

Subclasses of TestDriver in org.apache.hadoop.mrunit
 class MapDriver<K1,V1,K2,V2>
          Harness that allows you to test a Mapper instance.
 class MapDriverBase<K1,V1,K2,V2,T extends MapDriverBase<K1,V1,K2,V2,T>>
          Harness that allows you to test a Mapper instance.
 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).
 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.
 class PipelineMapReduceDriver<K1,V1,K2,V2>
          Harness that allows you to test a dataflow through a set of Mappers and Reducers.
 class ReduceDriver<K1,V1,K2,V2>
          Harness that allows you to test a Reducer instance.
 class ReduceDriverBase<K1,V1,K2,V2,T extends ReduceDriverBase<K1,V1,K2,V2,T>>
          Harness that allows you to test a Reducer instance.
 



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