Uses of Interface
org.apache.hadoop.mapred.RunningJob

Packages that use RunningJob
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.streaming   
 

Uses of RunningJob in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return RunningJob
 RunningJob JobClient.getJob(String jobid)
          Get an RunningJob object to track an ongoing job.
static RunningJob 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
 RunningJob JobClient.submitJob(String jobFile)
          Submit a job to the MR system
 

Uses of RunningJob in org.apache.hadoop.streaming
 

Fields in org.apache.hadoop.streaming declared as RunningJob
protected  RunningJob StreamJob.running_
           
 



Copyright © 2006 The Apache Software Foundation