Created 05-09-2016 12:29 PM
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.
Created 05-18-2016 07:17 PM
Created 05-18-2016 07:17 PM
Created 10-14-2016 02:52 PM
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?
Created 10-14-2016 03:20 PM
Created 10-14-2016 07:29 PM
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?
Created 10-14-2016 07:53 PM
seems like everything is here:
https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/YarnCommands.html#container
command line
yarn application -list
get your list of job ids
yarn container -list application_1475786720159_0003
Created 10-17-2016 03:45 AM
My problem is how to set different JMX ports on the containers running on the same slave node.
Created 10-19-2016 05:35 AM
Have you looked at this article?