You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by patek tek <pa...@gmail.com> on 2010/08/12 03:18:53 UTC

getOutputPath of a Mapreduce job from JobClient?

I am building a monitoring tool for my Hadoop cluster. I have been able to
collect most of the data I need from JobClient.
How can I get JobConf for a job? My monitoring tool needs the outputPath and
inputPath of the mapreduce jobs.

I appreciate any hint you can give me.

Thanks,
Patek