Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.JobId
Packages that use JobId
Package
Description
-
Uses of JobId in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return JobIdModifier and TypeMethodDescriptionstatic JobIdTypeConverter.toYarn(org.apache.hadoop.mapreduce.JobID id) Methods in org.apache.hadoop.mapreduce with parameters of type JobId -
Uses of JobId in org.apache.hadoop.mapreduce.v2.api.protocolrecords
Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return JobIdModifier and TypeMethodDescriptionGetCountersRequest.getJobId()GetJobReportRequest.getJobId()GetTaskAttemptCompletionEventsRequest.getJobId()GetTaskReportsRequest.getJobId()KillJobRequest.getJobId()Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type 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 JobIdModifier and TypeMethodDescriptionGetCountersRequestPBImpl.getJobId()GetJobReportRequestPBImpl.getJobId()GetTaskAttemptCompletionEventsRequestPBImpl.getJobId()GetTaskReportsRequestPBImpl.getJobId()KillJobRequestPBImpl.getJobId()Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type JobIdModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of JobId in org.apache.hadoop.mapreduce.v2.api.records
Methods in org.apache.hadoop.mapreduce.v2.api.records that return JobIdMethods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type 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.pbMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return JobIdMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type JobId -
Uses of JobId in org.apache.hadoop.mapreduce.v2.jobhistory
Methods in org.apache.hadoop.mapreduce.v2.jobhistory that return JobIdMethods in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobIdModifier and TypeMethodDescriptionstatic StringJobHistoryUtils.getIntermediateConfFileName(JobId jobId) Get the done configuration file name for a job.static StringJobHistoryUtils.getIntermediateSummaryFileName(JobId jobId) Get the done summary file name for a job.static org.apache.hadoop.fs.PathJobHistoryUtils.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.PathJobHistoryUtils.getStagingJobHistoryFile(org.apache.hadoop.fs.Path dir, JobId jobId, int attempt) Get the job history file path for non Done history files.static StringJobHistoryUtils.historyLogSubdirectory(JobId id, String timestampComponent, String serialNumberFormat) Gets the history subdirectory based on the jobId, timestamp and serial number format.static intJobHistoryUtils.jobSerialNumber(JobId id) Computes a serial number used as part of directory naming for the given jobId.static StringJobHistoryUtils.serialNumberDirectoryComponent(JobId id, String serialNumberFormat) Gets the serial number part of the path based on the jobId and serialNumber format.voidConstructors in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobIdModifierConstructorDescriptionJobIndexInfo(long submitTime, long finishTime, String user, String jobName, JobId jobId, int numMaps, int numReduces, String jobStatus) JobIndexInfo(long submitTime, long finishTime, String user, String jobName, JobId jobId, int numMaps, int numReduces, String jobStatus, String queueName) -
Uses of JobId in org.apache.hadoop.mapreduce.v2.util
Methods in org.apache.hadoop.mapreduce.v2.util that return JobIdModifier and TypeMethodDescriptionstatic JobIdMRBuilderUtils.newJobId(long clusterTs, int appIdInt, int id) static JobIdMRBuilderUtils.newJobId(org.apache.hadoop.yarn.api.records.ApplicationId appId, int id) static JobIdMethods in org.apache.hadoop.mapreduce.v2.util with parameters of type JobIdModifier and TypeMethodDescriptionstatic org.apache.hadoop.fs.PathMRApps.getEndJobCommitFailureFile(org.apache.hadoop.conf.Configuration conf, String user, JobId jobId) static org.apache.hadoop.fs.PathMRApps.getEndJobCommitSuccessFile(org.apache.hadoop.conf.Configuration conf, String user, JobId jobId) static org.apache.hadoop.fs.PathMRApps.getStartJobCommitFile(org.apache.hadoop.conf.Configuration conf, String user, JobId jobId) static JobReportMRBuilderUtils.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 JobReportMRBuilderUtils.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) static TaskIdstatic String