|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapDriver | |
|---|---|
| org.apache.hadoop.mrunit.mapreduce | |
| Uses of MapDriver in org.apache.hadoop.mrunit.mapreduce |
|---|
| Methods in org.apache.hadoop.mrunit.mapreduce that return MapDriver | ||
|---|---|---|
static
|
MapDriver.newMapDriver()
Returns a new MapDriver without having to specify the generic types on the right hand side of the object create statement. |
|
static
|
MapDriver.newMapDriver(org.apache.hadoop.mapreduce.Mapper<K1,V1,K2,V2> mapper)
Returns a new MapDriver without having to specify the generic types on the right hand side of the object create statement. |
|
MapDriver<K1,V1,K2,V2> |
MapDriver.withCounters(org.apache.hadoop.mapreduce.Counters ctrs)
Sets the counters to use and returns self for fluent style |
|
MapDriver<K1,V1,K2,V2> |
MapDriver.withMapper(org.apache.hadoop.mapreduce.Mapper<K1,V1,K2,V2> m)
Sets the Mapper instance to use and returns self for fluent style |
|
MapDriver<K1,V1,K2,V2> |
MapDriver.withOutputFormat(Class<? extends org.apache.hadoop.mapreduce.OutputFormat> outputFormatClass,
Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass)
Configure Mapper to output with a real OutputFormat. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||