[ http://issues.apache.org/jira/browse/HADOOP-233?page=comments#action_12412584 ]
Doug Cutting commented on HADOOP-233: ------------------------------------- I finally figured out how to apply this: svn mv src/webapps/mapred src/webapps/job svn mv src/webapps/index.html src/webapps/job patch -p 0 < task-tracker-webapp.patch svn add src/webapps/task But then it doesn't compile. I think you forgot to include the new class that starts a jetty server, StatusHttpServer. There doesn't appear to be any of the 'static' stuff (mentioned above) in the patch. Is that also missing from the patch? > 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
