Eric Payne created YARN-4226:
--------------------------------
Summary: Make capacity scheduler queue's preemption status REST
API consistent with GUI
Key: YARN-4226
URL: https://issues.apache.org/jira/browse/YARN-4226
Project: Hadoop YARN
Issue Type: Bug
Components: capacity scheduler, yarn
Affects Versions: 2.7.1
Reporter: Eric Payne
Assignee: Eric Payne
Priority: Minor
In the capacity scheduler GUI, the preemption status has the following form:
{code}
Preemption: disabled
{code}
However, the REST API shows the following for the same status:
{code}
preemptionDisabled":true
{code}
The latter is confusing and should be consistent with the format in the GUI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)