[
https://issues.apache.org/jira/browse/MAPREDUCE-5432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsuyoshi OZAWA updated MAPREDUCE-5432:
--------------------------------------
Attachment: MAPREDUCE-5432.2.patch
[~vrushalic]:Thanks for your reviewing. I updated patch based on your comments.
Additionally, I added null check before call printAttributes because it's also
done before printing counters' values.
> 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, mrv2
> Affects Versions: 2.0.4-alpha
> Reporter: Vrushali C
> Assignee: Tsuyoshi OZAWA
> Attachments: MAPREDUCE-5432.1.patch, MAPREDUCE-5432.2.patch
>
>
> 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