Uses of Package
org.apache.hadoop.mrunit

Packages that use org.apache.hadoop.mrunit
org.apache.hadoop.mrunit
 

Classes in org.apache.hadoop.mrunit used by org.apache.hadoop.mrunit
MapDriver
          Harness that allows you to test a Mapper instance.
MapDriverBase
          Harness that allows you to test a Mapper instance.
MapReduceDriver
          Harness that allows you to test a Mapper and a Reducer instance together (along with an optional combiner).
MapReduceDriverBase
          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.
PipelineMapReduceDriver
          Harness that allows you to test a dataflow through a set of Mappers and Reducers.
ReduceDriver
          Harness that allows you to test a Reducer instance.
ReduceDriverBase
          Harness that allows you to test a Reducer instance.
TestDriver
           
 



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