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 "Junping Du (JIRA)" <ji...@apache.org> on 2015/09/15 17:08:45 UTC

[jira] [Created] (YARN-4160) Dynamic NM Resources Configuration file should be simplified.

Junping Du created YARN-4160:
--------------------------------

             Summary: Dynamic NM Resources Configuration file should be simplified.
                 Key: YARN-4160
                 URL: https://issues.apache.org/jira/browse/YARN-4160
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Junping Du
            Assignee: Junping Du


In YARN-313, we provide CLI to refresh NMs' resources dynamically. The format of dynamic-resources.xml is something like following:
{noformat}
<configuration>
  <property>
    <name>yarn.resource.dynamic.node_id_1.vcores</name>
    <value>16</value>
  </property>
  <property>
    <name>yarn.resource.dynamic.node_id_1.memory</name>
    <value>1024</value>
  </property>
</configuration>
{noformat}
This looks too redundant from review comments of YARN-313. We should have a better, concisely format.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)