tomicooler commented on pull request #3314: URL: https://github.com/apache/hadoop/pull/3314#issuecomment-904933299
> > Probably I should have just extended the CapacitySchedulerQueueInfo for the Cluster Scheduler API (REST). > > [hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html#Cluster_Scheduler_API](https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html#Cluster_Scheduler_API) > > marking as WIP > > Speaking of which: Could you please update the REST API documentation? > I think the relevant sections are: > > * Elements of the queues object for a Parent queue > * Elements of the queues object for a Leaf queue - contains all the elements in parent except ‘queues’ plus the following: > > You can also add the maxParallelsApps JSON / XML property to the example responses down there. Done. The example response was updated manually - only with the maxParallelApps properties - but it might be outdated, this part of the doc was not changed too much in the recent years. I just noticed that the _Applications_ and _Apps_ is not too coherent in the Rest API: | numApplications | int | The number of applications currently in the queue | | maxParallelApps | int | Maximum number of applications that can run at the same time | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
