Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapreduce.JobStatus |
TypeConverter.fromYarn(JobReport jobreport,
String trackingUrl) |
Modifier and Type | Method and Description |
---|---|
JobReport |
GetJobReportResponse.getJobReport() |
Modifier and Type | Method and Description |
---|---|
void |
GetJobReportResponse.setJobReport(JobReport jobReport) |
Modifier and Type | Method and Description |
---|---|
JobReport |
GetJobReportResponsePBImpl.getJobReport() |
Modifier and Type | Method and Description |
---|---|
void |
GetJobReportResponsePBImpl.setJobReport(JobReport jobReport) |
Modifier and Type | Class and Description |
---|---|
class |
JobReportPBImpl |
Modifier and Type | Method and Description |
---|---|
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
String jobName,
String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
String jobFile,
List<AMInfo> amInfos,
boolean isUber,
String diagnostics) |
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
String jobName,
String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
String jobFile,
List<AMInfo> amInfos,
boolean isUber,
String diagnostics,
org.apache.hadoop.yarn.api.records.Priority priority) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.