You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by eb...@apache.org on 2019/08/26 16:23:54 UTC

[hadoop] branch trunk updated: YARN-9771. Add GPU in the container-executor.cfg example. Contributed by Julia Kinga Marton

This is an automated email from the ASF dual-hosted git repository.

ebadger pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6d7f01c  YARN-9771. Add GPU in the container-executor.cfg example. Contributed by Julia Kinga Marton
6d7f01c is described below

commit 6d7f01c92dcbf22356bb813359081944f684a9c4
Author: Eric Badger <eb...@verizonmedia.com>
AuthorDate: Mon Aug 26 16:12:35 2019 +0000

    YARN-9771. Add GPU in the container-executor.cfg example. Contributed by Julia Kinga Marton
---
 hadoop-yarn-project/hadoop-yarn/conf/container-executor.cfg | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/conf/container-executor.cfg b/hadoop-yarn-project/hadoop-yarn/conf/container-executor.cfg
index e0767a4..0678acc 100644
--- a/hadoop-yarn-project/hadoop-yarn/conf/container-executor.cfg
+++ b/hadoop-yarn-project/hadoop-yarn/conf/container-executor.cfg
@@ -27,4 +27,8 @@ feature.tc.enabled=false
 # The configs below deal with settings for resource handled by pluggable device plugin framework
 #[devices]
 #  module.enabled=## Enable/Disable the device resource handler module for isolation. Disabled by default.
-#  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.
\ No newline at end of file
+#  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.
+
+# The configs below deal with settings for GPU resource
+#[gpu]
+#  module.enabled=## Enable/Disable GPU resource handler module. Set to "true" to enable, disabled by default
\ No newline at end of file


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