Uses of Interface
org.apache.hadoop.mapred.JobConfigurable
Packages that use JobConfigurable
Package
Description
-
Uses of JobConfigurable in org.apache.hadoop.mapred
Subinterfaces of JobConfigurable in org.apache.hadoop.mapredModifier and TypeInterfaceDescriptioninterfaceMapper<K1,V1, K2, V2> Maps input key/value pairs to a set of intermediate key/value pairs.interfaceMapRunnable<K1,V1, K2, V2> Expert: Generic interface forMappers.interfacePartitioner<K2,V2> Partitions the key space.interfaceReducer<K2,V2, K3, V3> Reduces a set of intermediate values which share a key to a smaller set of values.Classes in org.apache.hadoop.mapred that implement JobConfigurableModifier and TypeClassDescriptionclassFixedLengthInputFormat is an input format used to read input files which contain fixed length records.classAnInputFormatfor plain text files.classclassMapRunner<K1,V1, K2, V2> DefaultMapRunnableimplementation.classAnInputFormatfor plain text files. -
Uses of JobConfigurable in org.apache.hadoop.mapred.lib
Classes in org.apache.hadoop.mapred.lib that implement JobConfigurableModifier and TypeClassDescriptionclassPartitionBinaryComparablekeys using a configurable part of the bytes array returned byBinaryComparable.getBytes().classThe ChainMapper class allows to use multiple Mapper classes within a single Map task.classThe ChainReducer class allows to chain multiple Mapper classes after a Reducer within the Reducer task.classThis class implements a mapper/reducer class that can be used to perform field selections in a manner similar to unix cut.classHashPartitioner<K2,V2> Partition keys by theirObject.hashCode().classIdentityMapper<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.classThis comparator implementation provides a subset of the features provided by the Unix/GNU Sort.classKeyFieldBasedPartitioner<K2,V2> Defines a way to partition keys based on certain key fields (also seeKeyFieldBasedComparator.classAReducerthat sums long values.classMultithreadedMapRunner<K1,V1, K2, V2> Multithreaded implementation forMapRunnable.classNLineInputFormat which splits N lines of input as one split.classRegexMapper<K>AMapperthat extracts text matching a regular expression.classAMapperthat maps text values into <token,freq> pairs.classPartitioner effecting a total order by reading split points from an externally generated source. -
Uses of JobConfigurable in org.apache.hadoop.mapred.lib.aggregate
Classes in org.apache.hadoop.mapred.lib.aggregate that implement JobConfigurableModifier and TypeClassDescriptionclassValueAggregatorCombiner<K1 extends WritableComparable,V1 extends Writable> This class implements the generic combiner of Aggregate.classValueAggregatorJobBase<K1 extends WritableComparable,V1 extends Writable> This abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate.classValueAggregatorMapper<K1 extends WritableComparable,V1 extends Writable> This class implements the generic mapper of Aggregate.classValueAggregatorReducer<K1 extends WritableComparable,V1 extends Writable> This class implements the generic reducer of Aggregate. -
Uses of JobConfigurable in org.apache.hadoop.mapred.lib.db
Classes in org.apache.hadoop.mapred.lib.db that implement JobConfigurable