You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-user@hadoop.apache.org by Saptarshi Guha <sa...@gmail.com> on 2013/01/22 21:26:53 UTC

How to get conf xml file for a completed job

Hello,

I tried retreiving the conf xml file for  a completed job via

runningjob.getJobFile()

This a returns a URI to a an xml file whose path is identical to the link
found in the job tracker web ui.

Whereas clicking on the web ui, reveals the contents of the xml file, the
actual path does not exist.

How, then, can i retrieve the xml file (like the web ui does) for a
completed job?

Using: 0.20.2-cdh3u4,


Cheers
Saptarshi