public abstract class JobUtils
extends java.lang.Object
Jobs.
Mainly used for converting a Job instance to different types.| Modifier and Type | Class and Description |
|---|---|
static class |
JobUtils.JobStatus
Status of a job.
|
| Constructor and Description |
|---|
JobUtils() |
| Modifier and Type | Method and Description |
|---|---|
static JobConf |
getJobConf(Job job) |
static JobID |
getJobId(Job job) |
static JobID |
getOldJobId(Job job) |
static RunningJob |
getRunningJob(Job job) |
static JobUtils.JobStatus |
getStatus(Job job)
Returns the status of the given job.
|
public static RunningJob getRunningJob(Job job)
public static JobUtils.JobStatus getStatus(Job job)
job - the job