You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ra...@apache.org on 2016/12/15 09:04:42 UTC

[14/50] [abbrv] hadoop git commit: HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin.

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


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

Branch: refs/heads/HDFS-10285
Commit: 80b8023276126353229ab8d6427c1761b2e4bb38
Parents: d1d4aba
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Fri Dec 9 18:21:42 2016 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Fri Dec 9 18:21:42 2016 +0530

----------------------------------------------------------------------
 .../hadoop-common/src/site/markdown/CommandsManual.md               | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/80b80232/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md b/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
index 2ece71a..ef76810 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
@@ -54,6 +54,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. |


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