Repository: hadoop
Updated Branches:
  refs/heads/branch-2 2542e9bcc -> 36a3fe033


YARN-4915. Fix typo in YARN Secure Containers documentation (Takashi Ohnishi 
via iwasakims)

(cherry picked from commit 30206346cf13fe1b7267f86e7c210b77c86b88c9)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/36a3fe03
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/36a3fe03
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/36a3fe03

Branch: refs/heads/branch-2
Commit: 36a3fe0334181074d159ff42b4430dd44738d06a
Parents: 2542e9b
Author: Masatake Iwasaki <iwasak...@apache.org>
Authored: Wed Apr 6 03:47:22 2016 +0900
Committer: Masatake Iwasaki <iwasak...@apache.org>
Committed: Wed Apr 6 03:47:42 2016 +0900

----------------------------------------------------------------------
 .../hadoop-yarn-site/src/site/markdown/SecureContainer.md          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/36a3fe03/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md
----------------------------------------------------------------------
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 cd4f913..f7706c7 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
@@ -114,7 +114,7 @@ min.user.id=1000#Prevent other super-users
 
   `yarn.nodemanager.windows-secure-container-executor.impersonate.allowed` 
should contain the users that are allowed to create containers in the cluster. 
These users will be allowed to be impersonated by hadoopwinutilsvc.
 
-  `yarn.nodemanager.windows-secure-container-executor.impersonate.denied` 
should contain users that are explictly forbiden from creating containers. 
hadoopwinutilsvc will refuse to impersonate these users.
+  `yarn.nodemanager.windows-secure-container-executor.impersonate.denied` 
should contain users that are explicitly forbidden from creating containers. 
hadoopwinutilsvc will refuse to impersonate these users.
 
   `yarn.nodemanager.windows-secure-container-executor.local-dirs` should 
contain the nodemanager local dirs. hadoopwinutilsvc will allow only file 
operations under these directories. This should contain the same values as 
`$yarn.nodemanager.local-dirs, $yarn.nodemanager.log-dirs` but note that 
hadoopwinutilsvc XML configuration processing does not do substitutions so the 
value must be the final value. All paths must be absolute and no environment 
variable substitution will be performed. The paths are compared 
LOCAL\_INVARIANT case insensitive string comparison, the file path validated 
must start with one of the paths listed in local-dirs configuration. Use comma 
as path separator:`,`
 

Reply via email to