HDFS-14000. RBF: Documentation should reflect right scripts for v3.0 and above. 
Contributed by CR Hota.

(cherry picked from commit 7347fa2df3cfd48857f4ded3539a60101d026daf)


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

Branch: refs/heads/branch-3.2
Commit: 30b65ea18f8d61970545c5fdc4b736d8002d0b60
Parents: 30fc596
Author: Inigo Goiri <[email protected]>
Authored: Wed Oct 17 16:40:25 2018 -0700
Committer: Inigo Goiri <[email protected]>
Committed: Wed Oct 17 16:41:43 2018 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/30b65ea1/hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md
index edc9918..72bf6af 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md
@@ -179,11 +179,11 @@ The rest of the options are documented in 
[hdfs-rbf-default.xml](../hadoop-hdfs-
 
 Once the Router is configured, it can be started:
 
-    [hdfs]$ $HADOOP_PREFIX/sbin/hadoop-daemon.sh --script 
$HADOOP_PREFIX/bin/hdfs start dfsrouter
+    [hdfs]$ $HADOOP_PREFIX/bin/hdfs --daemon start dfsrouter
 
 And to stop it:
 
-    [hdfs]$ $HADOOP_PREFIX/sbin/hadoop-daemon.sh --script 
$HADOOP_PREFIX/bin/hdfs stop dfsrouter
+    [hdfs]$ $HADOOP_PREFIX/bin/hdfs --daemon stop dfsrouter
 
 ### Mount table management
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to