[ http://issues.apache.org/jira/browse/HADOOP-661?page=all ]
Arun C Murthy updated HADOOP-661: --------------------------------- Attachment: HADOOP-661_20061111.patch Here's a fairly straightforward patch which 'linkifies' the 'JobFile' in jobdetails.jsp to jobconf.jsp which in turn fetches the job.xml from dfs for the running job, runs it through jobconf.xsl and prints it out. I've had to add a org.apache.hadoop.util.XMLUtils.java to process jobconf.xsl+job.xml since the jsp compiler is java-1.4 and doens't have some requisite javax.xml.transform* packages for the same processing... > JobConf for a job should be viewable from the web/ui > ---------------------------------------------------- > > Key: HADOOP-661 > URL: http://issues.apache.org/jira/browse/HADOOP-661 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Affects Versions: 0.7.2 > Reporter: Owen O'Malley > Assigned To: Arun C Murthy > Attachments: HADOOP-661_20061111.patch > > > It would be very useful to be able to see the JobConf for a job from the > web/ui. I would add a link from the job detail page to an xml dump of the > JobConf which uses a variant of the configuration.xsl, which I would add to > the webapps/static directory, to display it. -- 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