You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Eric Payne (JIRA)" <ji...@apache.org> on 2015/10/05 17:48:27 UTC

[jira] [Created] (YARN-4226) Make capacity scheduler queue's preemption status REST API consistent with GUI

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)