You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2007/09/20 13:41:32 UTC

[jira] Issue Comment Edited: (HADOOP-1839) Link-ify the Pending/Running/Complete/Killed tasks/task-attempts on jobdetails.jsp

    [ https://issues.apache.org/jira/browse/HADOOP-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529071 ] 

acmurthy edited comment on HADOOP-1839 at 9/20/07 4:41 AM:
----------------------------------------------------------------

To clarify I'd go for:

{noformat}
getTaskReports(String jobId, boolean isMap, EnumSet<TaskStatus.State> filter)
{noformat}

Thus we could use this one api to filter any sort of tasks whose reports we are interested in... hopefully that works for everyone.

      was (Author: acmurthy):
    To clarify I'd go for:

{noformat}
getTaskReports(String jobId, boolean isMap, EnumSet<TaskStatus.State)
{noformat}

Thus we could use this one api to filter any sort of tasks whose reports we are interested in... hopefully that works for everyone.
  
> Link-ify the Pending/Running/Complete/Killed tasks/task-attempts on jobdetails.jsp
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-1839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1839
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.15.0
>            Reporter: Arun C Murthy
>            Assignee: Amar Kamat
>             Fix For: 0.15.0
>
>         Attachments: HADOOP-1839.patch, HADOOP-1839.patch
>
>
> Ensuring that we can quickly view the Pending/Running/Complete/Killed tasks and task-attempts from jobdetails.jsp helps to narrow down and hence makes it easier to debug.

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