[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976287#comment-14976287
 ] 

Akira AJISAKA commented on MAPREDUCE-6499:
------------------------------------------

Thanks [~linyiqun] for creating the patch. Tried your patch and got the 
following error:
{noformat}
DataTables warning (table id = 'jobs'): Requested unknown parameter '21' from 
the data source for row 0
{noformat}

Probably this is because elapsed time is missing between reduces completed and 
uber job. Would you fix it?
{code:title=HsJobsBlock.java}
+      .append(String.valueOf(job.getReducesCompleted())).append("\",\"")
+      .append(job.isUber()).append("\",\"")
{code}

> Add More Informations Of Jobs In JobHistory Main Page
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-6499
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6499
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 2.7.1
>            Reporter: Lin Yiqun
>            Assignee: Lin Yiqun
>            Priority: Trivial
>         Attachments: HADOOP-MAPREDUCE-6499.2.patch, 
> HADOOP-MAPREDUCE-6499.3.patch, HADOOP-MAPREDUCE-6499.4.patch, 
> HADOOP-MAPREDUCE-6499.patch
>
>
> Now in  JobHistory Main Page show too little information about finished 
> jobs,even don't have the job's running total time,only 
> startTime,finishedTime.So,in jobHistory main page,we can add more 
> informations about jobs, that we can better analyze jobs.



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

Reply via email to