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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2006/06/02 01:31:29 UTC

[jira] Created: (HADOOP-271) add links to task tracker http server from task details and failure pages

add links to task tracker http server from task details and failure pages
-------------------------------------------------------------------------

         Key: HADOOP-271
         URL: http://issues.apache.org/jira/browse/HADOOP-271
     Project: Hadoop
        Type: Improvement

  Components: mapred  
    Versions: 0.2.1    
    Reporter: Owen O'Malley
 Assigned to: Owen O'Malley 
    Priority: Minor
     Fix For: 0.4


Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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


[jira] Updated: (HADOOP-271) add links to task tracker http server from task details and failure pages

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-271?page=all ]

Owen O'Malley updated HADOOP-271:
---------------------------------

    Attachment: task-tracker-link-3.patch

Updated to apply against the current sources.

> add links to task tracker http server from task details and failure pages
> -------------------------------------------------------------------------
>
>          Key: HADOOP-271
>          URL: http://issues.apache.org/jira/browse/HADOOP-271
>      Project: Hadoop
>         Type: Improvement

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.4.0
>  Attachments: add-machine-links.patch, task-tracker-link-2.patch, task-tracker-link-3.patch, task-tracker-link.patch
>
> Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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


[jira] Commented: (HADOOP-271) add links to task tracker http server from task details and failure pages

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HADOOP-271?page=comments#action_12415878 ] 

Owen O'Malley commented on HADOOP-271:
--------------------------------------

Don't commit this, yet. If the task tracker has been timed out, it can't find the relevant object and gets a null pointer exception. I'll change the patch to just put in the task tracker name without the link in that case.

> add links to task tracker http server from task details and failure pages
> -------------------------------------------------------------------------
>
>          Key: HADOOP-271
>          URL: http://issues.apache.org/jira/browse/HADOOP-271
>      Project: Hadoop
>         Type: Improvement

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.4.0
>  Attachments: add-machine-links.patch
>
> Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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


[jira] Updated: (HADOOP-271) add links to task tracker http server from task details and failure pages

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-271?page=all ]

Owen O'Malley updated HADOOP-271:
---------------------------------

    Attachment: task-tracker-link.patch

Ok, this patch protects the jsp from not finding the named task tracker by printing the name of the task tracker if it isn't found.

> add links to task tracker http server from task details and failure pages
> -------------------------------------------------------------------------
>
>          Key: HADOOP-271
>          URL: http://issues.apache.org/jira/browse/HADOOP-271
>      Project: Hadoop
>         Type: Improvement

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.4.0
>  Attachments: add-machine-links.patch, task-tracker-link.patch
>
> Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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


[jira] Resolved: (HADOOP-271) add links to task tracker http server from task details and failure pages

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-271?page=all ]
     
Doug Cutting resolved HADOOP-271:
---------------------------------

    Resolution: Fixed

I just committed this.  Thanks, Owen.

> add links to task tracker http server from task details and failure pages
> -------------------------------------------------------------------------
>
>          Key: HADOOP-271
>          URL: http://issues.apache.org/jira/browse/HADOOP-271
>      Project: Hadoop
>         Type: Improvement

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.4.0
>  Attachments: add-machine-links.patch, task-tracker-link-2.patch, task-tracker-link-3.patch, task-tracker-link.patch
>
> Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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


[jira] Updated: (HADOOP-271) add links to task tracker http server from task details and failure pages

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-271?page=all ]

Owen O'Malley updated HADOOP-271:
---------------------------------

    Attachment: task-tracker-link-2.patch

One more iteration to deal with the fact that Windows does not contain the "killall" command. It is unfortunate that Java does not provide a way to send signals to processes or to get pids.

> add links to task tracker http server from task details and failure pages
> -------------------------------------------------------------------------
>
>          Key: HADOOP-271
>          URL: http://issues.apache.org/jira/browse/HADOOP-271
>      Project: Hadoop
>         Type: Improvement

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.4.0
>  Attachments: add-machine-links.patch, task-tracker-link-2.patch, task-tracker-link.patch
>
> Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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


[jira] Updated: (HADOOP-271) add links to task tracker http server from task details and failure pages

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-271?page=all ]

Owen O'Malley updated HADOOP-271:
---------------------------------

    Attachment: add-machine-links.patch

This patch changes the TaskStatus to contain the task tracker name rather than the machine name. The jsp pages then use this to get both the machine name and http port.

> add links to task tracker http server from task details and failure pages
> -------------------------------------------------------------------------
>
>          Key: HADOOP-271
>          URL: http://issues.apache.org/jira/browse/HADOOP-271
>      Project: Hadoop
>         Type: Improvement

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.4
>  Attachments: add-machine-links.patch
>
> Make the machine name in the list of task attempts and failures into links to the correct task tracker http server.

-- 
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