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 aa...@apache.org on 2021/05/25 09:30:25 UTC

[hadoop] branch branch-3.1 updated: YARN-10770. container-executor permission is wrong in SecureContainer.md. Contributed by Siddharth Ahuja.

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

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 76e92af  YARN-10770. container-executor permission is wrong in SecureContainer.md. Contributed by Siddharth Ahuja.
76e92af is described below

commit 76e92af4c42e65b749286dc7e6fbcfc8eddc2841
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Tue May 25 18:28:09 2021 +0900

    YARN-10770. container-executor permission is wrong in SecureContainer.md. Contributed by Siddharth Ahuja.
    
    (cherry picked from commit 1cbcde04f3b025e4c0c844e8bfe8d9007af2be3b)
---
 .../hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md
index a66c042..511deaf 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md
@@ -36,7 +36,7 @@ Secure Containers work only in the context of secured YARN clusters.
 
   The configured directories for `yarn.nodemanager.local-dirs` and `yarn.nodemanager.log-dirs` must be owned by the configured NodeManager user (`yarn`) and group (`hadoop`). The permission set on these directories must be `drwxr-xr-x`.
 
-  The `container-executor` program must be owned by `root` and have the permission set `---sr-s---`.
+  The `container-executor` program must be owned by `root` and have the permission set `---Sr-s---`.
 
   To configure the `NodeManager` to use the `LinuxContainerExecutor` set the following in the **conf/yarn-site.xml**:
 

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