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 "Doug Cutting (JIRA)" <ji...@apache.org> on 2006/02/08 21:41:43 UTC

[jira] Resolved: (HADOOP-28) webapps broken

     [ http://issues.apache.org/jira/browse/HADOOP-28?page=all ]
     
Doug Cutting resolved HADOOP-28:
--------------------------------

    Resolution: Fixed

The JSP pages are now pre-compiled to servlets that can access package-private classes.

> webapps broken
> --------------
>
>          Key: HADOOP-28
>          URL: http://issues.apache.org/jira/browse/HADOOP-28
>      Project: Hadoop
>         Type: Bug
>   Components: mapred
>     Reporter: Owen O'Malley
>  Attachments: jspc.patch
>
> Changing the classes to private broke the webapps. 
> The required public classes are:
> org.apache.hadoop.mapred.JobInProgress
> org.apache.hadoop.mapred.JobProfile
> org.apache.hadoop.mapred.JobStatus
> org.apache.hadoop.mapred.TaskTrackerStatus
> To fix, we need one of:
>   1. The classes need to be made public again
>   2. The functionality needs to be made available through the classes that are public
>   3. The webapps need to move into the mapred package.

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