소스 검색

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

(cherry picked from commit 80b8023276126353229ab8d6427c1761b2e4bb38)
Brahma Reddy Battula 8 년 전
부모
커밋
73d5de5594
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md

+ 1 - 0
hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md

@@ -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. |