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 "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2021/05/17 04:04:00 UTC

[jira] [Commented] (YARN-10701) The yarn.resource-types should support multi types without trimmed.

    [ https://issues.apache.org/jira/browse/YARN-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17345858#comment-17345858 ] 

Wei-Chiu Chuang commented on YARN-10701:
----------------------------------------

I reviewed git history and found YARN-10701 was never committed in branch-3.3. In any case, it was incorporated as part of YARN-10503.

> The yarn.resource-types should support multi types without trimmed.
> -------------------------------------------------------------------
>
>                 Key: YARN-10701
>                 URL: https://issues.apache.org/jira/browse/YARN-10701
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Qi Zhu
>            Assignee: Qi Zhu
>            Priority: Major
>             Fix For: 3.4.0
>
>         Attachments: YARN-10701.001.patch, YARN-10701.002.patch
>
>
> {code:java}
> <configuration>
>  <property>
>  <name>yarn.resource-types</name>
>  <value>yarn.io/gpu, yarn.io/fpga</value>
>  </property>
>  </configuration>{code}
>  When i configured the resource type above with gpu and fpga, the error happend:
>  
> {code:java}
> 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.{code}
>   
>  The resource types should support trim.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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