[ https://issues.apache.org/jira/browse/MAPREDUCE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Allen Wittenauer resolved MAPREDUCE-126. ---------------------------------------- Resolution: Incomplete This code is long gone in 2.x. Closing as stale. > Job history analysis showing wrong job runtime > ---------------------------------------------- > > Key: MAPREDUCE-126 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-126 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.20.1 > Reporter: Amar Kamat > Labels: newbie > > Analysis of completed jobs shows wrong runtime. Here is the faulty code > {code:title=analysisjobhistory.jsp|borderStyle=solid} > <b>Finished At : </b> <%=StringUtils.getFormattedTimeWithDiff(dateFormat, > job.getLong(Keys.FINISH_TIME), job.getLong(Keys.LAUNCH_TIME)) %><br/> > {code} > I think it should be > {code:title=analysisjobhistory.jsp|borderStyle=solid} > <b>Finished At : </b> <%=StringUtils.getFormattedTimeWithDiff(dateFormat, > job.getLong(Keys.FINISH_TIME), job.getLong(Keys.SUBMIT_TIME)) %><br/> > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)