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 2015/05/06 05:34:58 UTC

[jira] [Updated] (MAPREDUCE-5377) JobID is not displayed truly by "hadoop job -history" command

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer updated MAPREDUCE-5377:
----------------------------------------
    Labels: BB2015-05-TBR newbie  (was: newbie)

> JobID is not displayed truly by "hadoop job -history" command
> -------------------------------------------------------------
>
>                 Key: MAPREDUCE-5377
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5377
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv1
>    Affects Versions: 1.2.0
>            Reporter: Shinichi Yamashita
>            Assignee: Shinichi Yamashita
>            Priority: Minor
>              Labels: BB2015-05-TBR, newbie
>         Attachments: MAPREDUCE-5377.patch
>
>
> JobID output by "hadoop job -history" command is wrong string.
> {quote}
> [hadoop@hadoop hadoop]$ hadoop job -history terasort
> Hadoop job: 0001_1374260789919_hadoop
> =====================================
> Job tracker host name: job
> job tracker start time: Tue May 18 15:39:51 PDT 1976
> User: hadoop
> JobName: TeraSort
> JobConf: hdfs://hadoop:8020/hadoop/mapred/staging/hadoop/.staging/job_201307191206_0001/job.xml
> Submitted At: 19-7-2013 12:06:29
> Launched At: 19-7-2013 12:06:30 (0sec)
> Finished At: 19-7-2013 12:06:44 (14sec)
> Status: SUCCESS
> {quote}
> In this example, it should show "job_201307191206_0001" at "Hadoop job:", but shows "0001_1374260789919_hadoop". In addition, "Job tracker host name" and "job tracker start time" is invalid.
> This problem can solve by fixing setting of jobId in HistoryViewer(). In addition, it should fix the information of JobTracker at HistoryViewr.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)