Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-1876

TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.22.0
    • 0.21.0
    • jobtracker
    • 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

        1. mapreduce-1876-v1.2.patch
          4 kB
          Amar Kamat
        2. mapreduce-1876-v1.1.patch
          4 kB
          Amar Kamat

        Issue Links

          Activity

            People

              amar_kamat Amar Kamat
              amar_kamat Amar Kamat
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: