Package | Description |
---|---|
org.apache.hadoop.mapred.jobcontrol |
Utilities for managing dependent jobs.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Job> |
Job.getDependingJobs() |
ArrayList<Job> |
JobControl.getFailedJobs() |
ArrayList<Job> |
JobControl.getReadyJobs() |
ArrayList<Job> |
JobControl.getRunningJobs() |
ArrayList<Job> |
JobControl.getSuccessfulJobs() |
ArrayList<Job> |
JobControl.getWaitingJobs() |
Modifier and Type | Method and Description |
---|---|
boolean |
Job.addDependingJob(Job dependingJob)
Add a job to this jobs' dependency list.
|
String |
JobControl.addJob(Job aJob)
Add a new job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControl.addJobs(Collection<Job> jobs)
Add a collection of jobs
|
Constructor and Description |
---|
Job(JobConf jobConf,
ArrayList<Job> dependingJobs)
Construct a job.
|
Copyright © 2010 The Apache Software Foundation