[ 
http://issues.apache.org/jira/browse/HADOOP-263?page=comments#action_12429830 ] 
            
Sanjay Dahiya commented on HADOOP-263:
--------------------------------------

  4. You don't need to add the type parameter to the taskdetails.jsp because it 
is available in TaskStatus.getIsMap() 

I added this to simplify the html generation, taskdetails.jsp is used for both 
Map and Reduce tasks, we get TaskStatuses from tracker.getTaskStatuses(). The 
header is generated even if there is no task status. using an extra parameter 
simplifies this. 

I agree with rest of the comments. 


> task status should include timestamps for when a job transitions
> ----------------------------------------------------------------
>
>                 Key: HADOOP-263
>                 URL: http://issues.apache.org/jira/browse/HADOOP-263
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.2.1
>            Reporter: Owen O'Malley
>         Assigned To: Sanjay Dahiya
>             Fix For: 0.6.0
>
>         Attachments: patch.txt, patch.txt, patch.txt, patch.txt
>
>
> It would help users to understand what happened if the task status included 
> information about when the task transitioned:
> Map:
>    started
>    finished
> Reduce:
>    started
>    shuffle finished
>    sort finished
>    finished

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to