HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin.

(cherry picked from commit 80b8023276)
This commit is contained in:
Brahma Reddy Battula 2016-12-09 18:21:42 +05:30
parent 199d8b5594
commit 73d5de5594
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Many subcommands honor a common set of configuration options to alter their beha
| GENERIC\_OPTION | Description |
|:---- |:---- |
| `-fs <local> or <namenode:port>` | Specify a NameNode. |
| `-archives <comma separated list of archives> ` | Specify comma separated archives to be unarchived on the compute machines. Applies only to job. |
| `-conf <configuration file> ` | Specify an application configuration file. |
| `-D <property>=<value> ` | Use value for given property. |