Package | Description |
---|---|
org.apache.hadoop.mrunit |
|
org.apache.hadoop.mrunit.internal.driver |
Class and Description |
---|
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.
|
MultipleInputsMapReduceDriver
Harness that allows you to test multiple Mappers and a Reducer instance
together (along with an optional combiner).
|
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 |
Class and Description |
---|
TestDriver |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.