Skip to content

Commit 6d7f01c

Browse files
committed
YARN-9771. Add GPU in the container-executor.cfg example. Contributed by Julia Kinga Marton
1 parent 689d2e6 commit 6d7f01c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hadoop-yarn-project/hadoop-yarn/conf/container-executor.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ feature.tc.enabled=false
2727
# The configs below deal with settings for resource handled by pluggable device plugin framework
2828
#[devices]
2929
# module.enabled=## Enable/Disable the device resource handler module for isolation. Disabled by default.
30-
# devices.denied-numbers=## Blacklisted devices not permitted to use. The format is comma separated "majorNumber:minorNumber". For instance, "195:1,195:2". Leave it empty means default devices reported by device plugin are all allowed.
30+
# devices.denied-numbers=## Blacklisted devices not permitted to use. The format is comma separated "majorNumber:minorNumber". For instance, "195:1,195:2". Leave it empty means default devices reported by device plugin are all allowed.
31+
32+
# The configs below deal with settings for GPU resource
33+
#[gpu]
34+
# module.enabled=## Enable/Disable GPU resource handler module. Set to "true" to enable, disabled by default

0 commit comments

Comments
 (0)