Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-10701

The yarn.resource-types should support multi types without trimmed.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0, 3.3.1
    • 3.4.0, 3.3.1
    • resourcemanager
    • None
    • Reviewed

    Description

      <configuration>
       <property>
       <name>yarn.resource-types</name>
       <value>yarn.io/gpu, yarn.io/fpga</value>
       </property>
       </configuration>

      When i configured the resource type above with gpu and fpga, the error happened:

       

      org.apache.hadoop.yarn.exceptions.YarnRuntimeException: ' yarn.io/fpga' is not a valid resource name. A valid resource name must begin with a letter and contain only letters, numbers, and any of: '.', '_', or '-'. A valid resource name may also be optionally preceded by a name space followed by a slash. A valid name space consists of period-separated groups of letters, numbers, and dashes.

       
      The resource types should support trim.

      Attachments

        1. YARN-10701.001.patch
          3 kB
          Qi Zhu
        2. YARN-10701.002.patch
          2 kB
          Qi Zhu
        3. YARN-10701-branch-3.3.001.patch
          2 kB
          Qi Zhu

        Activity

          People

            zhuqi Qi Zhu
            zhuqi Qi Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: