Uses of Class
org.apache.hadoop.mapred.JobConf

Packages that use JobConf
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.util Common utilities. 
 

Uses of JobConf in org.apache.hadoop.examples
 

Methods in org.apache.hadoop.examples with parameters of type JobConf
 void RandomWriter.Map.configure(JobConf job)
          Save the values out of the configuaration that we need to write the data.
 

Uses of JobConf in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type JobConf
static Writable WritableUtils.clone(Writable orig, JobConf conf)
          Make a copy of a writable object using serialization to a buffer.
 

Uses of JobConf in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred with parameters of type JobConf
 void OutputFormatBase.checkOutputSpecs(FileSystem fs, JobConf job)
           
 void OutputFormat.checkOutputSpecs(FileSystem fs, JobConf job)
          Check whether the output specification for a job is appropriate.
 void MapRunner.configure(JobConf job)
           
 void MapReduceBase.configure(JobConf job)
          Default implementation that does nothing.
 void JobConfigurable.configure(JobConf job)
          Initializes a new instance from a JobConf.
 RecordReader TextInputFormat.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
           
 RecordReader SequenceFileInputFormat.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
           
abstract  RecordReader InputFormatBase.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
           
 RecordReader InputFormat.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
          Construct a RecordReader for a FileSplit.
 RecordWriter TextOutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name)
           
 RecordWriter SequenceFileOutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name)
           
abstract  RecordWriter OutputFormatBase.getRecordWriter(FileSystem fs, JobConf job, String name)
           
 RecordWriter MapFileOutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name)
           
 RecordWriter OutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name)
          Construct a RecordWriter.
 FileSplit[] InputFormatBase.getSplits(FileSystem fs, JobConf job, int numSplits)
          Splits files returned by {#listPaths(FileSystem,JobConf) when they're too big.
 FileSplit[] InputFormat.getSplits(FileSystem fs, JobConf job, int numSplits)
          Splits a set of input files.
protected  File[] InputFormatBase.listFiles(FileSystem fs, JobConf job)
          Deprecated. Call InputFormatBase.listFiles(FileSystem,JobConf) instead.
protected  Path[] SequenceFileInputFormat.listPaths(FileSystem fs, JobConf job)
           
protected  Path[] InputFormatBase.listPaths(FileSystem fs, JobConf job)
          List input directories.
static void JobClient.runJob(JobConf job)
          Utility that submits a job, then polls for progress until the job is complete.
 RunningJob JobClient.submitJob(JobConf job)
          Submit a job to the MR system
 

Constructors in org.apache.hadoop.mapred with parameters of type JobConf
TaskTracker(JobConf conf)
          Start with the local machine name, and the default JobTracker
 

Uses of JobConf in org.apache.hadoop.mapred.lib
 

Methods in org.apache.hadoop.mapred.lib with parameters of type JobConf
 void RegexMapper.configure(JobConf job)
           
 void HashPartitioner.configure(JobConf job)
           
 

Uses of JobConf in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util with parameters of type JobConf
 void CopyFiles.CopyFilesMapper.configure(JobConf job)
          Mapper configuration.
 



Copyright © 2006 The Apache Software Foundation