[ 
https://issues.apache.org/jira/browse/YARN-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Domok updated YARN-10891:
-------------------------------
    Description: 
Add max-parallel-apps 
https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html#Cluster_Scheduler_API

 

Maximum number of applications that can run at the same time. Unlike to 
{{maximum-applications}}, application submissions are _not_ rejected when this 
limit is reached. Instead they stay in {{ACCEPTED}} state until they are 
eligible to run. This can be set for all queues with 
{{yarn.scheduler.capacity.max-parallel-apps}} and can also be overridden on a 
per queue basis by setting 
{{yarn.scheduler.capacity.<queue-path>.max-parallel-apps}}. Integer value is 
expected. By default, there is no limit.

  was:
Extend QueueInfo with the max-parallel-apps property, so the clients can query 
the queue basis max-parallel-apps property.

 

Maximum number of applications that can run at the same time. Unlike to 
{{maximum-applications}}, application submissions are _not_ rejected when this 
limit is reached. Instead they stay in {{ACCEPTED}} state until they are 
eligible to run. This can be set for all queues with 
{{yarn.scheduler.capacity.max-parallel-apps}} and can also be overridden on a 
per queue basis by setting 
{{yarn.scheduler.capacity.<queue-path>.max-parallel-apps}}. Integer value is 
expected. By default, there is no limit.


> Extend QueueInfo with max-parallel-apps in CS
> ---------------------------------------------
>
>                 Key: YARN-10891
>                 URL: https://issues.apache.org/jira/browse/YARN-10891
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: capacity scheduler
>            Reporter: Tamas Domok
>            Assignee: Tamas Domok
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Add max-parallel-apps 
> https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html#Cluster_Scheduler_API
>  
> Maximum number of applications that can run at the same time. Unlike to 
> {{maximum-applications}}, application submissions are _not_ rejected when 
> this limit is reached. Instead they stay in {{ACCEPTED}} state until they are 
> eligible to run. This can be set for all queues with 
> {{yarn.scheduler.capacity.max-parallel-apps}} and can also be overridden on a 
> per queue basis by setting 
> {{yarn.scheduler.capacity.<queue-path>.max-parallel-apps}}. Integer value is 
> expected. By default, there is no limit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to