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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/22 20:38:38 UTC

[jira] [Resolved] (MAPREDUCE-126) Job history analysis showing wrong job runtime

     [ 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)