HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton)

This commit is contained in:
Daniel Templeton 2016-12-27 07:16:37 -08:00
parent ea547529cb
commit ded2d08f33
3 changed files with 18 additions and 0 deletions

View File

@ -223,6 +223,12 @@ Usage: `hadoop CLASSNAME`
Runs the class named `CLASSNAME`. The class must be part of a package.
### `envvars`
Usage: `hadoop envvars`
Display computed Hadoop environment variables.
Administration Commands
-----------------------

View File

@ -140,6 +140,12 @@ Prints the version.
Usage: `mapred version`
### `envvars`
Usage: `mapred envvars`
Display computed Hadoop environment variables.
Administration Commands
-----------------------

View File

@ -166,6 +166,12 @@ Usage: `yarn version`
Prints the Hadoop version.
### `envvars`
Usage: `yarn envvars`
Display computed Hadoop environment variables.
Administration Commands
-----------------------