diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index 2ea6bfcc985..1360e73f7fd 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -3787,7 +3787,7 @@ Enable additional discovery/isolation of resources on the NodeManager, split by comma. By default, this is empty. - Acceptable values: { "yarn-io/gpu", "yarn-io/fpga"}. + Acceptable values: { "yarn.io/gpu", "yarn.io/fpga"}. yarn.nodemanager.resource-plugins @@ -3868,9 +3868,10 @@ At present, since we can only configure one major number in c-e.cfg, FPGA device is identified by their minor device number. A common approach to get minor device number of FPGA is using "aocl diagnose" and check uevent with device name. + A sample manual value for this is like "0,1" yarn.nodemanager.resource-plugins.fpga.allowed-fpga-devices - 0,1 + auto