Package org.apache.hadoop.mapreduce.lib.chain
package org.apache.hadoop.mapreduce.lib.chain
-
ClassesClassDescriptionorg.apache.hadoop.mapreduce.lib.chain.ChainThe Chain class provides all the common functionality for the
ChainMapperand theChainReducerclasses.ChainMapper<KEYIN,VALUEIN, KEYOUT, VALUEOUT> The ChainMapper class allows to use multiple Mapper classes within a single Map task.ChainReducer<KEYIN,VALUEIN, KEYOUT, VALUEOUT> The ChainReducer class allows to chain multiple Mapper classes after a Reducer within the Reducer task.