Hi Sunil, Thanks for you reply. I'll try to use the ResourceManager API instead, and will raise a ticket if that doesn't work out.
I noticed that YarnClient for Hadoop 3.0.0-alpha1 <https://hadoop.apache.org/docs/current/api/org/apache/hadoop/yarn/api/records/QueueStatistics.html> provides much more info than 2.6.0 which is really awesome :) - 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 >> >
