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 "Gour Saha (JIRA)" <ji...@apache.org> on 2016/10/25 00:59:58 UTC

[jira] [Created] (YARN-5775) Bug fixes in swagger definition

Gour Saha created YARN-5775:
-------------------------------

             Summary: Bug fixes in swagger definition
                 Key: YARN-5775
                 URL: https://issues.apache.org/jira/browse/YARN-5775
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Gour Saha
             Fix For: yarn-native-services


All enums have been listed in lowercase. Need to convert all of them to uppercase.

For e.g. ContainerState:
{noformat}
enum:
  - init
  - ready
{noformat}
needs to be changed to -
{noformat}
enum:
  - INIT
  - READY
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org