Wangda Tan created YARN-7442:
--------------------------------

             Summary: [YARN-7069] Limit format of resource type name
                 Key: YARN-7442
                 URL: https://issues.apache.org/jira/browse/YARN-7442
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Wangda Tan
            Priority: Blocker


I think we should limit format of resource type name. Otherwise it could be 
very hard to update in the future after release. 

I propose to have format:

{code}
[a-zA-Z0-9][a-zA-Z0-9_.-/]*
{code}

Adding this check to setResourceInformation might affect performance a lot. 
Probably we can add to {{ResourceUtils#initializeResourcesMap}} when resource 
types are loaded from config file.

[~templedf]/[~sunilg].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to