Uses of Interface
org.apache.hadoop.mapred.RunningJob
Packages that use RunningJob
-
Uses of RunningJob in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return RunningJobModifier and TypeMethodDescriptionDeprecated.Get anRunningJobobject to track an ongoing job.protected RunningJobJobClient.getJobInner(JobID jobid) static RunningJobUtility that submits a job, then polls for progress until the job is complete.Submit a job to the MR system.Submit a job to the MR system.JobClient.submitJobInternal(JobConf conf) Methods in org.apache.hadoop.mapred with parameters of type RunningJobModifier and TypeMethodDescriptionbooleanJobClient.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 RunningJobModifier and TypeMethodDescriptionstatic RunningJobSubmit a job to the Map-Reduce framework.static RunningJobSubmit a job to the map/reduce cluster.static RunningJobDeprecated.
JobClient.getJob(JobID).