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. 
 

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.
 RunningJob JobClient.submitJob(JobConf job)
          Submit a job to the MR system
 RunningJob JobClient.submitJob(String jobFile)
          Submit a job to the MR system
 



Copyright © 2006 The Apache Software Foundation