You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Vrushali C (JIRA)" <ji...@apache.org> on 2013/07/29 21:59:48 UTC

[jira] [Created] (MAPREDUCE-5432) JobHistoryParser does not fetch clockSplits, cpuUsages, vMemKbytes, physMemKbytes from history file

Vrushali C created MAPREDUCE-5432:
-------------------------------------

             Summary: JobHistoryParser does not fetch clockSplits, cpuUsages, vMemKbytes, physMemKbytes from history file
                 Key: MAPREDUCE-5432
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5432
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: jobhistoryserver
    Affects Versions: 2.0.4-alpha
            Reporter: Vrushali C



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.




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira