| Modifier and Type | Method | Description |
|---|---|---|
protected Job |
MRAppMaster.createJob(org.apache.hadoop.conf.Configuration conf,
JobStateInternal forcedState,
java.lang.String diagnostic) |
Create and initialize (but don't start) a single job.
|
Job |
AppContext.getJob(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID) |
|
Job |
MRAppMaster.RunningAppContext.getJob(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<org.apache.hadoop.mapreduce.v2.api.records.JobId,Job> |
AppContext.getAllJobs() |
|
java.util.Map<org.apache.hadoop.mapreduce.v2.api.records.JobId,Job> |
MRAppMaster.RunningAppContext.getAllJobs() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JobImpl |
Implementation of Job interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MRAppMetrics.completedJob(Job job) |
|
void |
MRAppMetrics.endPreparingJob(Job job) |
|
void |
MRAppMetrics.endRunningJob(Job job) |
|
void |
MRAppMetrics.failedJob(Job job) |
|
void |
MRAppMetrics.killedJob(Job job) |
|
void |
MRAppMetrics.preparingJob(Job job) |
|
void |
MRAppMetrics.runningJob(Job job) |
|
void |
MRAppMetrics.submittedJob(Job job) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Job |
RMCommunicator.getJob() |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Map<Job,DataStatistics> |
StartEndTimesBase.mapperStatistics |
|
protected java.util.Map<Job,DataStatistics> |
StartEndTimesBase.mapperStatistics |
|
protected java.util.Map<Job,DataStatistics> |
StartEndTimesBase.mapperStatistics |
|
protected java.util.Map<Job,DataStatistics> |
StartEndTimesBase.reducerStatistics |
|
protected java.util.Map<Job,DataStatistics> |
StartEndTimesBase.reducerStatistics |
|
protected java.util.Map<Job,DataStatistics> |
StartEndTimesBase.reducerStatistics |
| Modifier and Type | Field | Description |
|---|---|---|
protected Job |
SingleCounterBlock.job |
| Modifier and Type | Method | Description |
|---|---|---|
Job |
App.getJob() |
|
static Job |
AMWebServices.getJobFromJobIdString(java.lang.String jid,
AppContext appCtx) |
convert a job id string to an actual job and handle all the error checking.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Task |
AMWebServices.getTaskFromTaskIdString(java.lang.String tid,
Job job) |
convert a task id string to an actual task and handle all the error
checking.
|
| Constructor | Description |
|---|---|
ConfInfo(Job job) |
|
JobCounterInfo(AppContext ctx,
Job job) |
|
JobInfo(Job job,
java.lang.Boolean hasAccess) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.