|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JobId in org.apache.hadoop.mapreduce |
|---|
| Methods in org.apache.hadoop.mapreduce that return JobId | |
|---|---|
static JobId |
TypeConverter.toYarn(org.apache.hadoop.mapreduce.JobID id)
|
| Methods in org.apache.hadoop.mapreduce with parameters of type JobId | |
|---|---|
static org.apache.hadoop.mapred.JobID |
TypeConverter.fromYarn(JobId id)
|
| Uses of JobId in org.apache.hadoop.mapreduce.v2.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return JobId | |
|---|---|
JobId |
GetJobReportRequest.getJobId()
|
JobId |
GetTaskAttemptCompletionEventsRequest.getJobId()
|
JobId |
GetCountersRequest.getJobId()
|
JobId |
GetTaskReportsRequest.getJobId()
|
JobId |
KillJobRequest.getJobId()
|
| Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type JobId | |
|---|---|
void |
GetJobReportRequest.setJobId(JobId jobId)
|
void |
GetTaskAttemptCompletionEventsRequest.setJobId(JobId jobId)
|
void |
GetCountersRequest.setJobId(JobId jobId)
|
void |
GetTaskReportsRequest.setJobId(JobId jobId)
|
void |
KillJobRequest.setJobId(JobId jobId)
|
| Uses of JobId in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return JobId | |
|---|---|
JobId |
GetCountersRequestPBImpl.getJobId()
|
JobId |
GetTaskAttemptCompletionEventsRequestPBImpl.getJobId()
|
JobId |
GetJobReportRequestPBImpl.getJobId()
|
JobId |
KillJobRequestPBImpl.getJobId()
|
JobId |
GetTaskReportsRequestPBImpl.getJobId()
|
| Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type JobId | |
|---|---|
void |
GetCountersRequestPBImpl.setJobId(JobId jobId)
|
void |
GetTaskAttemptCompletionEventsRequestPBImpl.setJobId(JobId jobId)
|
void |
GetJobReportRequestPBImpl.setJobId(JobId jobId)
|
void |
KillJobRequestPBImpl.setJobId(JobId jobId)
|
void |
GetTaskReportsRequestPBImpl.setJobId(JobId jobId)
|
| Uses of JobId in org.apache.hadoop.mapreduce.v2.api.records |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.api.records that return JobId | |
|---|---|
abstract JobId |
TaskId.getJobId()
|
JobId |
JobReport.getJobId()
|
| Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type JobId | |
|---|---|
int |
JobId.compareTo(JobId other)
|
abstract void |
TaskId.setJobId(JobId jobId)
|
void |
JobReport.setJobId(JobId jobId)
|
| Uses of JobId in org.apache.hadoop.mapreduce.v2.api.records.impl.pb |
|---|
| Subclasses of JobId in org.apache.hadoop.mapreduce.v2.api.records.impl.pb | |
|---|---|
class |
JobIdPBImpl
|
| Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return JobId | |
|---|---|
JobId |
TaskIdPBImpl.getJobId()
|
JobId |
JobReportPBImpl.getJobId()
|
| Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type JobId | |
|---|---|
void |
TaskIdPBImpl.setJobId(JobId jobId)
|
void |
JobReportPBImpl.setJobId(JobId jobId)
|
| Uses of JobId in org.apache.hadoop.mapreduce.v2.jobhistory |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.jobhistory that return JobId | |
|---|---|
JobId |
JobIndexInfo.getJobId()
|
| Methods in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobId | |
|---|---|
static String |
JobHistoryUtils.getIntermediateConfFileName(JobId jobId)
Get the done configuration file name for a job. |
static 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 String |
JobHistoryUtils.historyLogSubdirectory(JobId id,
String timestampComponent,
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 String |
JobHistoryUtils.serialNumberDirectoryComponent(JobId id,
String serialNumberFormat)
Gets the serial number part of the path based on the jobId and serialNumber format. |
void |
JobIndexInfo.setJobId(JobId jobId)
|
| Constructors in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobId | |
|---|---|
JobIndexInfo(long submitTime,
long finishTime,
String user,
String jobName,
JobId jobId,
int numMaps,
int numReduces,
String jobStatus)
|
|
| Uses of JobId in org.apache.hadoop.mapreduce.v2.util |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.util that return JobId | |
|---|---|
static JobId |
MRBuilderUtils.newJobId(org.apache.hadoop.yarn.api.records.ApplicationId appId,
int id)
|
static JobId |
MRBuilderUtils.newJobId(long clusterTs,
int appIdInt,
int id)
|
static JobId |
MRApps.toJobID(String jid)
|
| Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type JobId | |
|---|---|
static org.apache.hadoop.fs.Path |
MRApps.getEndJobCommitFailureFile(org.apache.hadoop.conf.Configuration conf,
String user,
JobId jobId)
|
static org.apache.hadoop.fs.Path |
MRApps.getEndJobCommitSuccessFile(org.apache.hadoop.conf.Configuration conf,
String user,
JobId jobId)
|
static org.apache.hadoop.fs.Path |
MRApps.getStartJobCommitFile(org.apache.hadoop.conf.Configuration conf,
String user,
JobId jobId)
|
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 TaskId |
MRBuilderUtils.newTaskId(JobId jobId,
int id,
TaskType taskType)
|
static String |
MRApps.toString(JobId jid)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||