Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22.0
-
None
-
Reviewed
Description
TaskAttemptStartedEvent is used to log the start time of both the map and reduce task attempts to JobHistory. Following is the implementation of getEventType() method of TaskAttemptStartedEvent
/** Get the event type */ public EventType getEventType() { return EventType.MAP_ATTEMPT_STARTED; }
Attachments
Attachments
Issue Links
- blocks
-
MAPREDUCE-1865 [Rumen] Rumen should also support jobhistory files generated using trunk
- Closed
- incorporates
-
MAPREDUCE-2013 Enhance the JobHistory testcases to check event-types
- Open
- relates to
-
MAPREDUCE-1980 TaskAttemptUnsuccessfulCompletionEvent.java incorrectly logs MAP_ATTEMPT_KILLED as event type for reduce tasks
- Closed