[
https://issues.apache.org/jira/browse/MAPREDUCE-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097137#comment-14097137
]
Hudson commented on MAPREDUCE-5363:
-----------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #6065 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/6065/])
MAPREDUCE-5363. Fix doc and spelling for TaskCompletionEvent#getTaskStatus and
getStatus (Akira AJISAKA via aw) (aw:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1617982)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/TaskCompletionEvent.java
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/TaskCompletionEvent.java
> 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
> Assignee: Akira AJISAKA
> Priority: Minor
> Labels: newbie
> Fix For: 3.0.0, 2.6.0
>
> Attachments: MAPREDUCE-5363-1.patch, MAPREDUCE-5363-2.patch,
> MAPREDUCE-5363-3.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)