Prabhu Joseph created AMBARI-21903:
--------------------------------------
Summary: Yarn Queue Manager should allow -1 for Queue's Maximum
Capacity
Key: AMBARI-21903
URL: https://issues.apache.org/jira/browse/AMBARI-21903
Project: Ambari
Issue Type: Bug
Components: ambari-views
Affects Versions: 2.5.0
Reporter: Prabhu Joseph
YARN Capacity Scheduler Queue can have a maximum capacity as -1 to disable the
elasticity. But YARN Queue Manager View does not allow users to set -1.
https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html
{code}
yarn.scheduler.capacity.<queue-path>.maximum-capacity Maximum queue capacity
in percentage (%) as a float. This limits the elasticity for applications in
the queue. Defaults to -1 which disables it.
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)