[ http://issues.apache.org/jira/browse/HADOOP-233?page=all ]

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

    Attachment: task-tracker-webapp.patch

This patch generalizes the jetty server and splits it so that the task tracker 
and job tracker can have different jsp scripts registered. In particular,

In src/webapps:
  index.html -> job/index.html
  mapred/*.jsp -> job/*.jsp
  n/a -> task/
  n/a -> static/

We can put things like hadoop-logo.jpg in static and they will be available in 
either server under http://<host>:<port>/static/

The logs for each server are available under http://<host>:<port>/logs/

The default ports are:
   job tracker: 50030
   task tracker: 50060



> add a http status server for the task trackers
> ----------------------------------------------
>
>          Key: HADOOP-233
>          URL: http://issues.apache.org/jira/browse/HADOOP-233
>      Project: Hadoop
>         Type: New Feature

>   Components: mapred
>     Versions: 0.2.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>      Fix For: 0.3
>  Attachments: task-tracker-webapp.patch
>
> I'd like to have:
>   1. a jetty server on each task tracker to serve up logs and status
>   2. the jetty server on the job tracker serve up logs

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