Uses of Class
org.apache.hadoop.mapreduce.TaskAttemptID
Packages that use TaskAttemptID
Package
Description
-
Uses of TaskAttemptID in org.apache.hadoop.mapred
Subclasses of TaskAttemptID in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassTaskAttemptID represents the immutable and unique identifier for a task attempt.Methods in org.apache.hadoop.mapred with parameters of type TaskAttemptIDModifier and TypeMethodDescriptionstatic TaskAttemptIDTaskAttemptID.downgrade(TaskAttemptID old) Downgrade a new TaskAttemptID to an old one -
Uses of TaskAttemptID in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return TaskAttemptIDModifier and TypeMethodDescriptionstatic TaskAttemptIDConstruct a TaskAttemptID object from given stringTaskCompletionEvent.getTaskAttemptId()Returns task id.TaskAttemptContext.getTaskAttemptID()Get the unique name for this task attempt.Methods in org.apache.hadoop.mapreduce with parameters of type TaskAttemptIDModifier and TypeMethodDescriptionvoidJob.failTask(TaskAttemptID taskId) Fail indicated task attempt.org.apache.hadoop.mapreduce.v2.LogParamsCluster.getLogParams(JobID jobID, TaskAttemptID taskAttemptID) Get log parameters for the specified jobID or taskAttemptIDString[]Job.getTaskDiagnostics(TaskAttemptID taskid) Gets the diagnostic messages for a given task attempt.voidJob.killTask(TaskAttemptID taskId) Kill indicated task attempt.booleanJob.killTask(TaskAttemptID taskId, boolean shouldFail) Kill indicated task attempt.protected voidTaskCompletionEvent.setTaskAttemptId(TaskAttemptID taskId) Sets task id.Constructors in org.apache.hadoop.mapreduce with parameters of type TaskAttemptIDModifierConstructorDescriptionTaskCompletionEvent(int eventId, TaskAttemptID taskId, int idWithinJob, boolean isMap, TaskCompletionEvent.Status status, String taskTrackerHttp) Constructor. eventId should be created externally and incremented per event for each job. -
Uses of TaskAttemptID in org.apache.hadoop.mapreduce.tools
Methods in org.apache.hadoop.mapreduce.tools with parameters of type TaskAttemptIDModifier and TypeMethodDescriptionprotected static StringCLI.getTaskLogURL(TaskAttemptID taskId, String baseUrl)