Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-12930 e4958f874 -> fb320c95a


HADOOP-13087. env var doc update for dynamic commands


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

Branch: refs/heads/HADOOP-12930
Commit: fb320c95a1049cc742770464838d564559f8752b
Parents: e4958f8
Author: Allen Wittenauer <a...@apache.org>
Authored: Wed May 4 10:53:25 2016 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Wed May 4 10:53:25 2016 -0700

----------------------------------------------------------------------
 .../src/site/markdown/UnixShellGuide.md         | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fb320c95/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
index 668a744..a459012 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
@@ -154,3 +154,25 @@ function hdfs_subcommand_fetchdt
 ```
 
 ... will replace the existing `hdfs fetchdt` subcommand with a custom one.
+
+Some key environment variables related to Dynamic Subcommands:
+
+* HADOOP\_CLASSNAME
+
+This is the name of the Java class to execute.
+
+* HADOOP\_SHELL\_EXECNAME
+
+This is the name of the script that is being executed.  It will be one of 
hadoop, hdfs, mapred, or yarn.
+
+* HADOOP\_SUBCMD\_SECURESERVICE
+
+If this command should/will be executed as a secure daemon, set this to true.
+
+* HADOOP\_SUBCMD\_SECUREUSER
+
+If this command should/will be executed as a secure daemon, set the user name 
to be used.
+
+* HADOOP\_SUBCMD\_SUPPORTDAEMONIZATION
+
+If this command can be executed as a daemon, set this to true.


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

Reply via email to