You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2016/10/25 01:15:58 UTC

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

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

Gour Saha updated YARN-5775:
----------------------------
    Attachment: YARN-5775-yarn-native-services.001.patch

> 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
>            Assignee: Gour Saha
>             Fix For: yarn-native-services
>
>         Attachments: YARN-5775-yarn-native-services.001.patch
>
>
> 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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org