HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton)
This commit is contained in:
parent
ea547529cb
commit
ded2d08f33
@ -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
|
||||
-----------------------
|
||||
|
||||
|
@ -140,6 +140,12 @@ Prints the version.
|
||||
|
||||
Usage: `mapred version`
|
||||
|
||||
### `envvars`
|
||||
|
||||
Usage: `mapred envvars`
|
||||
|
||||
Display computed Hadoop environment variables.
|
||||
|
||||
Administration Commands
|
||||
-----------------------
|
||||
|
||||
|
@ -166,6 +166,12 @@ Usage: `yarn version`
|
||||
|
||||
Prints the Hadoop version.
|
||||
|
||||
### `envvars`
|
||||
|
||||
Usage: `yarn envvars`
|
||||
|
||||
Display computed Hadoop environment variables.
|
||||
|
||||
Administration Commands
|
||||
-----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user