Issue Details (XML | Word | Printable)

Key: MAPREDUCE-506
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Duplicate
Priority: Minor Minor
Assignee: Unassigned
Reporter: Amareshwari Sriramadasu
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Hadoop Map/Reduce

make HistoryViewer a public class.

Created: 29/Jul/08 05:40 AM   Updated: 07/Oct/09 05:59 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Resolution Date: 07/Oct/09 05:59 AM


 Description  « Hide
org.apache.hadoop.mapred.HistoryViewer is useful to access Job history files from application code. The class can be made public.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Paco Nathan added a comment - 29/Jul/08 06:13 AM
Currently this is not written as a public class, which makes it difficult to use inside application code.

This kind of summary analysis about jobs is quite useful to access from within the application, for performance testing and cost modeling.

Another change would be to have getters for many of the calculated values, instead of printing them.


Amareshwari Sriramadasu added a comment - 07/Oct/09 05:59 AM
Fixed by MAPREDUCE-157