MapReduceBase (Apache Hadoop Main 3.4.1 API) (original) (raw)


@InterfaceAudience.Public
@InterfaceStability.Stable
public class MapReduceBase
extends Object
implements Closeable, JobConfigurable
Base class for Mapper and Reducer implementations.
Provides default no-op implementations for a few methods, most non-trivial applications need to override some of them.