Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-291 [Umbrella] Dynamic resource configuration
  3. YARN-4160

Dynamic NM Resources Configuration file should be simplified.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • graceful, nodemanager, scheduler
    • None

    Description

      In YARN-313, we provide CLI to refresh NMs' resources dynamically. The format of dynamic-resources.xml is something like following:

      <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>
      

      This looks too redundant from review comments of YARN-313. We should have a better, concisely format.

      Attachments

        Issue Links

          Activity

            People

              junping_du Junping Du
              junping_du Junping Du
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: