Uses of Class
org.apache.hadoop.mapred.MapReduceBase
Packages that use MapReduceBase
-
Uses of MapReduceBase in org.apache.hadoop.mapred.lib
Subclasses of MapReduceBase in org.apache.hadoop.mapred.libModifier and TypeClassDescriptionclassIdentityMapper<K,V> Implements the identity function, mapping inputs directly to outputs.classIdentityReducer<K,V> Performs no reduction, writing all input values directly to the output.classInverseMapper<K,V> AMapperthat swaps keys and values.classAReducerthat sums long values.classRegexMapper<K>AMapperthat extracts text matching a regular expression.classAMapperthat maps text values into <token,freq> pairs.