From 3957161a9780ff129eed19ae23f0469883a70071 Mon Sep 17 00:00:00 2001 From: Brahma Reddy Battula Date: Fri, 9 Dec 2016 18:21:42 +0530 Subject: [PATCH] HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin. (cherry picked from commit 80b8023276126353229ab8d6427c1761b2e4bb38) --- .../hadoop-common/src/site/markdown/CommandsManual.md | 1 + 1 file changed, 1 insertion(+) 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 176b418b797..fc5b9fe44cd 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 or ` | Specify a NameNode. | | `-archives ` | Specify comma separated archives to be unarchived on the compute machines. Applies only to job. | | `-conf ` | Specify an application configuration file. | | `-D = ` | Use value for given property. |