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: [email protected]
For additional commands, e-mail: [email protected]