Uses of Class
org.apache.hadoop.mapreduce.JobID
Packages that use JobID
Package
Description
-
Uses of JobID in org.apache.hadoop.mapred
Subclasses of JobID in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassJobID represents the immutable and unique identifier for the job.Methods in org.apache.hadoop.mapred with parameters of type JobIDConstructors in org.apache.hadoop.mapred with parameters of type JobID -
Uses of JobID in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return JobIDModifier and TypeMethodDescriptionstatic JobIDConstruct a JobId object from given stringJobContext.getJobID()Get the unique ID for the job.JobStatus.getJobID()TaskAttemptID.getJobID()Returns theJobIDobject that this task attempt belongs toTaskID.getJobID()Returns theJobIDobject that this tip belongs to.Methods in org.apache.hadoop.mapreduce with parameters of type JobIDModifier and TypeMethodDescriptionGet job corresponding to jobid.Cluster.getJobHistoryUrl(JobID jobId) Get the job history file path for a given job id.org.apache.hadoop.mapreduce.v2.LogParamsCluster.getLogParams(JobID jobID, TaskAttemptID taskAttemptID) Get log parameters for the specified jobID or taskAttemptIDConstructors in org.apache.hadoop.mapreduce with parameters of type JobIDModifierConstructorDescriptionJobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State runState, JobPriority jp, String user, String jobName, String jobFile, String trackingUrl) Create a job status object for a given jobid.JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State runState, JobPriority jp, String user, String jobName, String queue, String jobFile, String trackingUrl) Create a job status object for a given jobid.JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State runState, JobPriority jp, String user, String jobName, String queue, String jobFile, String trackingUrl, boolean isUber) Create a job status object for a given jobid.JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State runState, JobPriority jp, String user, String jobName, String queue, String jobFile, String trackingUrl, boolean isUber, String historyFile) Create a job status object for a given jobid.Deprecated.Constructs a TaskID object from givenJobID. -
Uses of JobID in org.apache.hadoop.mapreduce.lib.jobcontrol
Methods in org.apache.hadoop.mapreduce.lib.jobcontrol that return JobID
TaskID(String, int, TaskType, int)