Uses of Class
org.apache.hadoop.mapred.JobID
Packages that use JobID
-
Uses of JobID in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return JobIDModifier and TypeMethodDescriptionstatic JobIDDowngrade a new JobID to an old onestatic JobIDConstruct a JobId object from given stringRunningJob.getID()Get the job identifier.JobStatus.getJobID()TaskAttemptID.getJobID()TaskID.getJobID()static JobIDDeprecated.Methods in org.apache.hadoop.mapred with parameters of type JobIDModifier and TypeMethodDescriptionvoidJobClient.displayTasks(JobID jobId, String type, String state) Display the information about a job's tasks, of a particular type and in a particular stateJobClient.getCleanupTaskReports(JobID jobId) Get the information of the current state of the cleanup tasks of a job.Get anRunningJobobject to track an ongoing job.protected RunningJobJobClient.getJobInner(JobID jobid) JobClient.getMapTaskReports(JobID jobId) Get the information of the current state of the map tasks of a job.JobClient.getReduceTaskReports(JobID jobId) Get the information of the current state of the reduce tasks of a job.JobClient.getSetupTaskReports(JobID jobId) Get the information of the current state of the setup tasks of a job.Constructors in org.apache.hadoop.mapred with parameters of type JobIDModifierConstructorDescriptionJobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, int runState, JobPriority jp) Deprecated.JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, int 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, int runState, JobPriority jp, String user, String jobName, 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, int runState, JobPriority jp, String user, String jobName, String jobFile, String trackingUrl, boolean isUber, String historyFile) Create a job status object for a given jobid.JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, int 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, int 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, int 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.JobStatus(JobID jobid, float mapProgress, float reduceProgress, float cleanupProgress, int runState) Deprecated.JobStatus(JobID jobid, float mapProgress, float reduceProgress, float cleanupProgress, int runState, String user, String jobName, String jobFile, String trackingUrl) Create a job status object for a given jobid.JobStatus(JobID jobid, float mapProgress, float reduceProgress, float cleanupProgress, int runState, JobPriority jp) Deprecated.JobStatus(JobID jobid, float mapProgress, float reduceProgress, float cleanupProgress, int runState, JobPriority jp, String user, String jobName, String jobFile, String trackingUrl) Create a job status object for a given jobid.Deprecated.JobStatus(JobID jobid, float mapProgress, float reduceProgress, int runState, String user, String jobName, String jobFile, String trackingUrl) Create a job status object for a given jobid. -
Uses of JobID in org.apache.hadoop.mapred.jobcontrol
Methods in org.apache.hadoop.mapred.jobcontrol that return JobIDMethods in org.apache.hadoop.mapred.jobcontrol with parameters of type JobIDModifier and TypeMethodDescriptionvoidJob.setAssignedJobID(JobID mapredJobID) Deprecated.setAssignedJobID should not be called.