| Modifier and Type | Method | Description |
|---|---|---|
static JobId |
TypeConverter.toYarn(org.apache.hadoop.mapreduce.JobID id) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapred.JobID |
TypeConverter.fromYarn(JobId id) |
| Modifier and Type | Method | Description |
|---|---|---|
JobId |
GetCountersRequest.getJobId() |
|
JobId |
GetJobReportRequest.getJobId() |
|
JobId |
GetTaskAttemptCompletionEventsRequest.getJobId() |
|
JobId |
GetTaskReportsRequest.getJobId() |
|
JobId |
KillJobRequest.getJobId() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetCountersRequest.setJobId(JobId jobId) |
|
void |
GetJobReportRequest.setJobId(JobId jobId) |
|
void |
GetTaskAttemptCompletionEventsRequest.setJobId(JobId jobId) |
|
void |
GetTaskReportsRequest.setJobId(JobId jobId) |
|
void |
KillJobRequest.setJobId(JobId jobId) |
| Modifier and Type | Method | Description |
|---|---|---|
JobId |
GetCountersRequestPBImpl.getJobId() |
|
JobId |
GetJobReportRequestPBImpl.getJobId() |
|
JobId |
GetTaskAttemptCompletionEventsRequestPBImpl.getJobId() |
|
JobId |
GetTaskReportsRequestPBImpl.getJobId() |
|
JobId |
KillJobRequestPBImpl.getJobId() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetCountersRequestPBImpl.setJobId(JobId jobId) |
|
void |
GetJobReportRequestPBImpl.setJobId(JobId jobId) |
|
void |
GetTaskAttemptCompletionEventsRequestPBImpl.setJobId(JobId jobId) |
|
void |
GetTaskReportsRequestPBImpl.setJobId(JobId jobId) |
|
void |
KillJobRequestPBImpl.setJobId(JobId jobId) |
| Modifier and Type | Method | Description |
|---|---|---|
JobId |
JobReport.getJobId() |
|
abstract JobId |
TaskId.getJobId() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
JobId.compareTo(JobId other) |
|
void |
JobReport.setJobId(JobId jobId) |
|
abstract void |
TaskId.setJobId(JobId jobId) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JobIdPBImpl |
| Modifier and Type | Method | Description |
|---|---|---|
JobId |
JobReportPBImpl.getJobId() |
|
JobId |
TaskIdPBImpl.getJobId() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JobReportPBImpl.setJobId(JobId jobId) |
|
void |
TaskIdPBImpl.setJobId(JobId jobId) |
| Modifier and Type | Method | Description |
|---|---|---|
JobId |
JobIndexInfo.getJobId() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
JobHistoryUtils.getIntermediateConfFileName(JobId jobId) |
Get the done configuration file name for a job.
|
static java.lang.String |
JobHistoryUtils.getIntermediateSummaryFileName(JobId jobId) |
Get the done summary file name for a job.
|
static org.apache.hadoop.fs.Path |
JobHistoryUtils.getStagingConfFile(org.apache.hadoop.fs.Path logDir,
JobId jobId,
int attempt) |
Gets the conf file path for jobs in progress.
|
static org.apache.hadoop.fs.Path |
JobHistoryUtils.getStagingJobHistoryFile(org.apache.hadoop.fs.Path dir,
JobId jobId,
int attempt) |
Get the job history file path for non Done history files.
|
static java.lang.String |
JobHistoryUtils.historyLogSubdirectory(JobId id,
java.lang.String timestampComponent,
java.lang.String serialNumberFormat) |
Gets the history subdirectory based on the jobId, timestamp and serial number format.
|
static int |
JobHistoryUtils.jobSerialNumber(JobId id) |
Computes a serial number used as part of directory naming for the given jobId.
|
static java.lang.String |
JobHistoryUtils.serialNumberDirectoryComponent(JobId id,
java.lang.String serialNumberFormat) |
Gets the serial number part of the path based on the jobId and serialNumber format.
|
void |
JobIndexInfo.setJobId(JobId jobId) |
| Constructor | Description |
|---|---|
JobIndexInfo(long submitTime,
long finishTime,
java.lang.String user,
java.lang.String jobName,
JobId jobId,
int numMaps,
int numReduces,
java.lang.String jobStatus) |
|
JobIndexInfo(long submitTime,
long finishTime,
java.lang.String user,
java.lang.String jobName,
JobId jobId,
int numMaps,
int numReduces,
java.lang.String jobStatus,
java.lang.String queueName) |
| Modifier and Type | Method | Description |
|---|---|---|
static JobId |
MRBuilderUtils.newJobId(long clusterTs,
int appIdInt,
int id) |
|
static JobId |
MRBuilderUtils.newJobId(org.apache.hadoop.yarn.api.records.ApplicationId appId,
int id) |
|
static JobId |
MRApps.toJobID(java.lang.String jid) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.fs.Path |
MRApps.getEndJobCommitFailureFile(org.apache.hadoop.conf.Configuration conf,
java.lang.String user,
JobId jobId) |
|
static org.apache.hadoop.fs.Path |
MRApps.getEndJobCommitSuccessFile(org.apache.hadoop.conf.Configuration conf,
java.lang.String user,
JobId jobId) |
|
static org.apache.hadoop.fs.Path |
MRApps.getStartJobCommitFile(org.apache.hadoop.conf.Configuration conf,
java.lang.String user,
JobId jobId) |
|
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
java.lang.String jobName,
java.lang.String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
java.lang.String jobFile,
java.util.List<AMInfo> amInfos,
boolean isUber,
java.lang.String diagnostics) |
|
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
java.lang.String jobName,
java.lang.String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
java.lang.String jobFile,
java.util.List<AMInfo> amInfos,
boolean isUber,
java.lang.String diagnostics,
org.apache.hadoop.yarn.api.records.Priority priority) |
|
static TaskId |
MRBuilderUtils.newTaskId(JobId jobId,
int id,
TaskType taskType) |
|
static java.lang.String |
MRApps.toString(JobId jid) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.