Repository: hadoop Updated Branches: refs/heads/branch-2 199d8b559 -> 73d5de559 refs/heads/branch-2.8 b1c08737d -> 3957161a9
HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin. (cherry picked from commit 80b8023276126353229ab8d6427c1761b2e4bb38) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/73d5de55 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/73d5de55 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/73d5de55 Branch: refs/heads/branch-2 Commit: 73d5de559498f192f4de2c7235c758f45e953071 Parents: 199d8b5 Author: Brahma Reddy Battula <[email protected]> Authored: Fri Dec 9 18:21:42 2016 +0530 Committer: Brahma Reddy Battula <[email protected]> Committed: Fri Dec 9 18:42:49 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/73d5de55/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 dc8fbf4..ecd5c20 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md +++ b/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. | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
