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 "Jonathan Hung (JIRA)" <ji...@apache.org> on 2018/10/05 01:00:22 UTC

[jira] [Created] (YARN-8847) Add resource-types.xml to configuration when refreshing maximum allocation

Jonathan Hung created YARN-8847:
-----------------------------------

             Summary: Add resource-types.xml to configuration when refreshing maximum allocation
                 Key: YARN-8847
                 URL: https://issues.apache.org/jira/browse/YARN-8847
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Jonathan Hung
            Assignee: Jonathan Hung


YARN-7738 adds functionality for refreshing maximum allocation on scheduler refresh. But it seems when resource types are configured in resource-types.xml, the relevant configurations: {noformat}  <property>
    <name>yarn.resource-types</name>
    <value>yarn.io/gpu</value>
  </property>
  <property>
    <name>yarn.resource-types.yarn.io/gpu.maximum-allocation</name>
    <value>4</value>
  </property>
{noformat}
are not picked up.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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