| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapreduce.JobStatus |
TypeConverter.fromYarn(JobReport jobreport,
java.lang.String trackingUrl) |
| Modifier and Type | Method | Description |
|---|---|---|
JobReport |
GetJobReportResponse.getJobReport() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetJobReportResponse.setJobReport(JobReport jobReport) |
| Modifier and Type | Method | Description |
|---|---|---|
JobReport |
GetJobReportResponsePBImpl.getJobReport() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetJobReportResponsePBImpl.setJobReport(JobReport jobReport) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JobReportPBImpl |
| Modifier and Type | Method | Description |
|---|---|---|
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) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.