[
https://issues.apache.org/jira/browse/MAPREDUCE-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13933427#comment-13933427
]
Hudson commented on MAPREDUCE-5789:
-----------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5318 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5318/])
MAPREDUCE-5789. Average Reduce time is incorrect on Job Overview page.
Contributed by Rushabh S Shah (jlowe:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1577202)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/JobInfo.java
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/TestJobInfo.java
> Average Reduce time is incorrect on Job Overview page
> -----------------------------------------------------
>
> Key: MAPREDUCE-5789
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5789
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobhistoryserver, webapps
> Affects Versions: 0.23.10, 2.3.0
> Reporter: Rushabh S Shah
> Assignee: Rushabh S Shah
> Fix For: 0.23.11, 2.4.0
>
> Attachments: patch-MapReduce-5789-v2.patch, patch-MapReduce-5789.patch
>
>
> The Average Reduce time displayed on the job overview page is incorrect.
> Previously Reduce time was calculated as difference between finishTime and
> shuffleFinishTime.
> It should be difference of finishTime and sortFinishTime
--
This message was sent by Atlassian JIRA
(v6.2#6252)