Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Access Running Job Metrics via JMX

avatar
New Member

Can you access Job Metrics via JMX? I would like to see all running jobs and how long they have been running, how many containers were allocated,etc. It looks like the ResourceManager REST API provides what I'm looking for, but was wondering if it was available in JMX.

1 ACCEPTED SOLUTION
7 REPLIES 7

avatar
Expert Contributor

@mhendricks

I have the exact same interest on monitoring all the containers of the job via JMX. However, my question is how to get the list of containers for a job assuming we can turn ON JMX for yarn containers?

avatar
Expert Contributor

@Timothy Spann

Tim,

Thanks for the info. I can pull daemon JMX for sure since they are running all the time. However, I am more interested on per job based container. How to query YARN restful api to get a list of container for a job?

avatar
Master Guru

avatar
Expert Contributor

My problem is how to set different JMX ports on the containers running on the same slave node.

avatar
Master Guru