Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0, 3.3.1
-
None
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.