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

Packages that use RunningJob
org.apache.hadoop.mapred   
org.apache.hadoop.mapred.pipes   
 

Uses of RunningJob in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return RunningJob
 RunningJob JobClient.getJob(JobID jobid)
          Get an RunningJob object to track an ongoing job.
 RunningJob JobClient.getJob(String jobid)
          Deprecated. Applications should rather use JobClient.getJob(JobID).
static RunningJob JobClient.runJob(JobConf job)
          Utility that submits a job, then polls for progress until the job is complete.
 RunningJob JobClient.submitJob(JobConf conf)
          Submit a job to the MR system.
 RunningJob JobClient.submitJob(String jobFile)
          Submit a job to the MR system.
 RunningJob JobClient.submitJobInternal(JobConf conf)
           
 

Methods in org.apache.hadoop.mapred with parameters of type RunningJob
 boolean JobClient.monitorAndPrintJob(JobConf conf, RunningJob job)
          Monitor a job and print status in real-time as progress is made and tasks fail.
 

Uses of RunningJob in org.apache.hadoop.mapred.pipes
 

Methods in org.apache.hadoop.mapred.pipes that return RunningJob
static RunningJob Submitter.jobSubmit(JobConf conf)
          Submit a job to the Map-Reduce framework.
static RunningJob Submitter.runJob(JobConf conf)
          Submit a job to the map/reduce cluster.
static RunningJob Submitter.submitJob(JobConf conf)
          Deprecated. Use Submitter.runJob(JobConf)
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.