[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898551#action_12898551
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-1980:
----------------------------------------------------

bq. Few contrib tests failed but doesn't seem related to my patch. Looking into 
it
I just checked the failing tests. This is because of MAPREDUCE-1920. completed 
job store is disabled for mapred unit tests by adding it to src/test. but 
contrib tests would not pickup mapred-site.xml from src/test. So, the tests are 
failing.

> TaskAttemptUnsuccessfulCompletionEvent.java incorrectly logs 
> MAP_ATTEMPT_KILLED as event type for reduce tasks
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1980
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1980
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Amar Kamat
>            Assignee: Amar Kamat
>         Attachments: mapreduce-1980-v1.0.patch, mapreduce-1980-v1.1.patch
>
>
> TaskAttemptUnsuccessfulCompletionEvent is used to log unsuccessful map and 
> reduce task attempts to JobHistory. Following is the implementation of 
> getEventType() method of TaskAttemptUnsuccessfulCompletionEvent
> /** Get the event type */
>   public EventType getEventType() {
>     return EventType.MAP_ATTEMPT_KILLED;
>   }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to