You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2009/11/25 18:22:39 UTC

[jira] Commented: (HADOOP-6102) Job tracker Start time displays the wrong month

    [ https://issues.apache.org/jira/browse/HADOOP-6102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782517#action_12782517 ] 

Edward Capriolo commented on HADOOP-6102:
-----------------------------------------

This seems to be present in 19.1 as well. Calls to jobClient.getStartTime() return the wrong time. 

In my output below jstar is the jobStartTime of a job started,
{noformat}
start 1259167798839
jstar 1259169013376
endtm 1259168098839
{noformat}

Has this been cleaned up as part of another Jira? 

> Job tracker Start time displays the wrong month
> -----------------------------------------------
>
>                 Key: HADOOP-6102
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6102
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.18.3
>         Environment: 18.3 _
>            Reporter: Edward Capriolo
>            Priority: Minor
>
> The web interface for job history is not correct. 
> 50030/jobhistory.jsp
> {noformat}
> nyhadoop2	Wed May 27 14:25:00 EDT 2009	job_200905271425_0004	select distinct(clientip) from logger	ecapriolo
> {noformat}
> This is showing the last month. I know Date is sometime 0 indexed sometime indexed by 1. Could this be the issue?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.