Hi Sunil, Wanted to follow up on this. I'm having trouble finding a way to access `yarn.scheduler.capacity.maximum-am-resource-percent`.
For Hadoop 2.7.2, it does not seem to be possible to get maximum-am-resouce-percent through any of the following methods: YarnClient <https://hadoop.apache.org/docs/r2.7.2/api/index.html?org/apache/hadoop/yarn/client/api/YarnClient.html>, ResourceManager HTTP APIs <https://hadoop.apache.org/docs/r2.7.0/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html>, or yarn rmadmin command <https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/YarnCommands.html> . I'm planning on raising a ticket on JIRA. Just wanted to make sure I'm not overlooking anything? Thanks, Benson On Tue, Jan 31, 2017 at 1:24 AM, Sunil Govind <[email protected]> wrote: > Hi Benson > > QueueInfo is used to get some basic information related to a queue. If > there is a use case to have some more extended information such as > resourceUsedForAM etc, then please raise a ticket under YARN project and we > could discuss more there. > > > Thanks > > Sunil > > > On Thu, Jan 19, 2017 at 6:40 AM Benson Qiu <[email protected]> > wrote: > >> The ResourceManager REST APIs provide some information that we can't >> obtain from YarnClient >> <https://hadoop.apache.org/docs/r2.6.0/api/org/apache/hadoop/yarn/client/api/YarnClient.html>. >> For example, the http://<rm http address:port>/ws/v1/cluster/scheduler >> endpoint provides "AMResourceUsed" which is not provided by YarnClient. >> >> Are there any plans to add this additional information to YarnClient in >> the future? >> >> Thanks, >> Benson >> >
