[
https://issues.apache.org/jira/browse/HADOOP-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543591
]
amar_kamat edited comment on HADOOP-2216 at 11/19/07 7:24 AM:
--------------------------------------------------------------
The bug was related to the ordering of the tasks
({{JobInProgress.getMapTasks(), JobInProgress.getReduceTasks()}}) and
task-reports ({{JobTracker.getMapTaskReports(),
JobTracker.getReduceTaskReports()}}). Fixed now by first collecting
taskids of the tasks which match the given filter ({{complete,
killed, running, pending}}) and then using these ids for filter the reports.
was (Author: amar_kamat):
The bug was in the ordering of the tasks ({{JobInProgress.getMapTasks(),
JobInProgress.getReduceTasks()}}) and task-reports
({{JobTracker.getMapTaskReports(), JobTracker.getReduceTaskReports()}}). Fixed
now by first collecting taskids of the tasks which match
the given filter ({{complete, killed, running, pending}}) and then using these
ids for filter the reports.
> Job UI doesnot show running tasks and complete tasks correctly.
> ---------------------------------------------------------------
>
> Key: HADOOP-2216
> URL: https://issues.apache.org/jira/browse/HADOOP-2216
> Project: Hadoop
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.16.0
> Reporter: Amareshwari Sri Ramadasu
> Assignee: Amar Kamat
> Fix For: 0.16.0
>
> Attachments: HADOOP-2216.patch
>
>
> In jobdetails.jsp, running tasks link shows some 100% complete tasks;
> complete tasks link shows some tasks which are still running (some which are
> not even 50% complete).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.