org.apache.hadoop.mapred
Interface JobConfigurable

All Known Subinterfaces:
Mapper<K1,V1,K2,V2>, MapRunnable<K1,V1,K2,V2>, Partitioner<K2,V2>, Reducer<K2,V2,K3,V3>
All Known Implementing Classes:
CopyFiles.FSCopyFilesMapper, DataJoinMapperBase, DataJoinReducerBase, DistributedPentomino.PentMap, FieldSelectionMapReduce, GroupingTableMap, HashPartitioner, IdentityMapper, IdentityReducer, IdentityTableMap, IdentityTableReduce, IndexTableReduce, InverseMapper, JobBase, KeyFieldBasedPartitioner, KeyValueTextInputFormat, Logalyzer.LogRegexMapper, LongSumReducer, MapReduceBase, MapRunner, MultithreadedMapRunner, PiEstimator.PiMapper, PiEstimator.PiReducer, PipeMapper, PipeReducer, RegexMapper, SleepJob, StreamInputFormat, TableInputFormat, TableMap, TableReduce, TextInputFormat, TokenCountMapper, ValueAggregatorCombiner, ValueAggregatorJobBase, ValueAggregatorMapper, ValueAggregatorReducer, WordCount.MapClass, WordCount.Reduce

public interface JobConfigurable

That what may be configured.


Method Summary
 void configure(JobConf job)
          Initializes a new instance from a JobConf.
 

Method Detail

configure

void configure(JobConf job)
Initializes a new instance from a JobConf.

Parameters:
job - the configuration


Copyright © 2006 The Apache Software Foundation