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 "JiangHua Zhu (Jira)" <ji...@apache.org> on 2021/09/01 01:56:00 UTC

[jira] [Created] (YARN-10931) Remove some invalid characters in NMClientAsyncImpl#ContainerState

JiangHua Zhu created YARN-10931:
-----------------------------------

             Summary: Remove some invalid characters in NMClientAsyncImpl#ContainerState
                 Key: YARN-10931
                 URL: https://issues.apache.org/jira/browse/YARN-10931
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: JiangHua Zhu


Some invalid characters in NMClientAsyncImpl#ContainerState, for example:
protected enum ContainerState {
     PREP, FAILED, RUNNING, DONE,
   }
There is an extra "," here, which should be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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