I am working on a Monitoring Tool for Hadoop. I need to get the currently running jobtracker. How can I get that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I believe the closest you can get at this time is using the JobClient class: here This will allow you to see running jobs, or walk all jobs. |
||||
|
|
|
Check out the In this file, you should find a
This tells you what node it is running on and what port it is running on. If you are looking for any specific information, please elaborate in your original question. |
|||
|