You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Sandy Ryza (JIRA)" <ji...@apache.org> on 2013/07/01 20:54:21 UTC

[jira] [Created] (MAPREDUCE-5363) Fix doc and spelling for TaskCompletionEvent#getTaskStatus and getStatus

Sandy Ryza created MAPREDUCE-5363:
-------------------------------------

             Summary: Fix doc and spelling for TaskCompletionEvent#getTaskStatus and getStatus
                 Key: MAPREDUCE-5363
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5363
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv1, mrv2
    Affects Versions: 1.1.2, 2.1.0-beta
            Reporter: Sandy Ryza


The doc for TaskCompletionEvent#get(Task)Status in both MR1 and MR2 is
{code}
Returns enum Status.SUCESS or Status.FAILURE.
@return task tracker status
{code}

The actual values that the Status enum can take are
FAILED, KILLED, SUCCEEDED, OBSOLETE, TIPFAILED

--
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