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

JobHistoryParser does not fetch clockSplits, cpuUsages, vMemKbytes, physMemKbytes from history file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.4-alpha
    • None
    • jobhistoryserver, mrv2
    • None

    Description

      JobHistoryParser's handleMapAttemptFinishedEvent() function does not look at MapAttemptFinishedEvent's
      int[] clockSplits;
      int[] cpuUsages;
      int[] vMemKbytes;
      int[] physMemKbytes;

      JobHistoryParser's inner class TaskAttemptInfo also needs to be enhanced to have these as members so that handleMapAttemptFinishedEvent() can get them and store them.

      Attachments

        1. MAPREDUCE-5432.1.patch
          4 kB
          Tsuyoshi Ozawa
        2. MAPREDUCE-5432.2.patch
          4 kB
          Tsuyoshi Ozawa

        Activity

          People

            ozawa Tsuyoshi Ozawa
            vrushalic Vrushali C
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: