Package | Description |
---|---|
org.apache.hadoop.mapred.jobcontrol |
Utilities for managing dependent jobs.
|
org.apache.hadoop.mapreduce.lib.jobcontrol |
Utilities for managing dependent jobs.
|
Modifier and Type | Class and Description |
---|---|
class |
Job
Deprecated.
Use
ControlledJob instead. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ControlledJob> |
ControlledJob.getDependentJobs() |
java.util.List<ControlledJob> |
JobControl.getFailedJobList() |
java.util.List<ControlledJob> |
JobControl.getReadyJobsList() |
java.util.List<ControlledJob> |
JobControl.getRunningJobList() |
java.util.List<ControlledJob> |
JobControl.getSuccessfulJobList() |
java.util.List<ControlledJob> |
JobControl.getWaitingJobList() |
Modifier and Type | Method and Description |
---|---|
boolean |
ControlledJob.addDependingJob(ControlledJob dependingJob)
Add a job to this jobs' dependency list.
|
java.lang.String |
JobControl.addJob(ControlledJob aJob)
Add a new job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControl.addJobCollection(java.util.Collection<ControlledJob> jobs)
Add a collection of jobs
|
Constructor and Description |
---|
ControlledJob(Job job,
java.util.List<ControlledJob> dependingJobs)
Construct a job.
|
Copyright © 2009 The Apache Software Foundation