You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "DeepakVohra (JIRA)" <ji...@apache.org> on 2013/07/03 16:32:20 UTC

[jira] [Created] (HADOOP-9696) getTaskAttemptId returns task attempt id not task id

DeepakVohra created HADOOP-9696:
-----------------------------------

             Summary: getTaskAttemptId returns task attempt id not task id
                 Key: HADOOP-9696
                 URL: https://issues.apache.org/jira/browse/HADOOP-9696
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: DeepakVohra


The org.apache.hadoop.mapreduce 
Class TaskCompletionEvent

defines the getTaskAttemptId method as

public TaskAttemptID getTaskAttemptId()

Returns task id.

Should be Returns task attempt id.

Similarly, setTaskAttemptId

protected void setTaskAttemptId(TaskAttemptID taskId)
Sets task id.

Should be Sets task attempt id.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira