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

Reply via email to