Package org.apache.hadoop.mapred
Class MapReduceBase
java.lang.Object
org.apache.hadoop.mapred.MapReduceBase
- All Implemented Interfaces:
Closeable,AutoCloseable,Closeable,JobConfigurable
- Direct Known Subclasses:
IdentityMapper,IdentityReducer,InverseMapper,LongSumReducer,RegexMapper,TokenCountMapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapReduceBase
public MapReduceBase()
-
-
Method Details
-
close
Default implementation that does nothing.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
configure
Default implementation that does nothing.- Specified by:
configurein interfaceJobConfigurable- Parameters:
job- the configuration
-