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

Packages that use JobInProgress
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of JobInProgress in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return JobInProgress
 JobInProgress TaskInProgress.getJob()
          Return the parent job
 JobInProgress JobTracker.getJob(JobID jobid)
           
 

Methods in org.apache.hadoop.mapred that return types with arguments of type JobInProgress
 Vector<JobInProgress> JobTracker.completedJobs()
           
 Vector<JobInProgress> JobTracker.failedJobs()
           
 List<JobInProgress> JobTracker.getRunningJobs()
          Version that is called from a timer thread, and therefore needs to be careful to synchronize.
 Vector<JobInProgress> JobTracker.runningJobs()
           
 

Methods in org.apache.hadoop.mapred with parameters of type JobInProgress
 void JobTracker.failJob(JobInProgress job)
          Fail a job and inform the listeners.
 void JobTracker.initJob(JobInProgress job)
           
 

Constructors in org.apache.hadoop.mapred with parameters of type JobInProgress
TaskInProgress(JobID jobid, String jobFile, int numMaps, int partition, JobTracker jobtracker, JobConf conf, JobInProgress job)
          Constructor for ReduceTask
TaskInProgress(JobID jobid, String jobFile, org.apache.hadoop.mapred.JobClient.RawSplit rawSplit, JobTracker jobtracker, JobConf conf, JobInProgress job, int partition)
          Constructor for MapTask
 



Copyright © 2009 The Apache Software Foundation