You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Dick King (JIRA)" <ji...@apache.org> on 2009/10/24 02:12:59 UTC

[jira] Created: (MAPREDUCE-1150) In the enumeral Events.EventType , a TaskAttemptFinishedEvent returns a MAP_ATTEMPT_FINISHED .

In the enumeral Events.EventType , a TaskAttemptFinishedEvent returns a MAP_ATTEMPT_FINISHED .
----------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1150
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1150
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.21.0
            Reporter: Dick King
             Fix For: 0.21.0


This is all in the package O.A.H.mapreduce.jobhistory .

There is no TASK_EVENT_FINISHED in the enumeral.  Shouldn't there be?  Shouldn't new TaskAttemptFinishedEvent(...).getEventType() return it, instead of the same value that some other subclass of HistoryEvent returns?

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