Re: Reg: Fetching TaskAttempt Details from a RunningJob

2013-01-07 Thread Hadoop Learner
Any Suggestions? Thanks and Regards, Shyam On Sun, Jan 6, 2013 at 3:00 PM, Hadoop Learner hadooplearner1...@gmail.comwrote: Hi All, Working on a requirement of hadoop Job Monitoring. Requirement is to get every Task attempt details of a Running Job. Details are following : Task Attempt

Re: Reg: Fetching TaskAttempt Details from a RunningJob

2013-01-07 Thread Hemanth Yamijala
Hi, In Hadoop 1.0, I don't think this information is exposed. The TaskInProgress is an internal class and hence cannot / should not be used from client applications. The only way out seems to be to screen scrape the information from the Jobtracker web UI. If you can live with completed events,