Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.