Modifier and Type | Field and Description |
---|---|
protected JobStatus.State |
Task.jobRunStateForCleanup |
Modifier and Type | Method and Description |
---|---|
void |
OutputCommitter.abortJob(JobContext context,
JobStatus.State runState)
This method implements the new interface by calling the old method.
|
Modifier and Type | Method and Description |
---|---|
static JobStatus.State |
TypeConverter.fromYarn(YarnApplicationState yarnApplicationState,
FinalApplicationStatus finalApplicationStatus) |
JobStatus.State |
Job.getJobState()
Returns the current state of the Job.
|
JobStatus.State |
JobStatus.getState() |
static JobStatus.State |
JobStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus.State[] |
JobStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputCommitter.abortJob(JobContext jobContext,
JobStatus.State state)
For aborting an unsuccessful job's output.
|
protected void |
JobStatus.setState(JobStatus.State state)
Change the current run state of the job.
|
Constructor and Description |
---|
JobStatus(JobID jobid,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
JobStatus.State runState,
JobPriority jp,
String user,
String jobName,
String jobFile,
String trackingUrl)
Create a job status object for a given jobid.
|
JobStatus(JobID jobid,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
JobStatus.State runState,
JobPriority jp,
String user,
String jobName,
String queue,
String jobFile,
String trackingUrl)
Create a job status object for a given jobid.
|
JobStatus(JobID jobid,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
JobStatus.State runState,
JobPriority jp,
String user,
String jobName,
String queue,
String jobFile,
String trackingUrl,
boolean isUber)
Create a job status object for a given jobid.
|
Modifier and Type | Method and Description |
---|---|
void |
FileOutputCommitter.abortJob(JobContext context,
JobStatus.State state)
Delete the temporary directory, including all of the work directories.
|
Modifier and Type | Method and Description |
---|---|
JobStatus.State |
CommitterJobAbortEvent.getFinalState() |
Constructor and Description |
---|
CommitterJobAbortEvent(JobId jobID,
JobContext jobContext,
JobStatus.State finalState) |
Modifier and Type | Method and Description |
---|---|
JobStatus.State |
JobAbortCompletedEvent.getFinalState() |
Constructor and Description |
---|
JobAbortCompletedEvent(JobId jobID,
JobStatus.State finalState) |
Modifier and Type | Method and Description |
---|---|
void |
CopyCommitter.abortJob(JobContext jobContext,
JobStatus.State state) |
Copyright © 2013 Apache Software Foundation. All rights reserved.