HBASE-20328 Fix local backup master start command in documentation

Signed-off-by: Umesh Agashe <uaga...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0c0fe05b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0c0fe05b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0c0fe05b

Branch: refs/heads/HBASE-19064
Commit: 0c0fe05bc410bcfcccaa19d4be96834cc28f9317
Parents: aed7834
Author: Yuki Tawara <yktaw...@gmail.com>
Authored: Tue Apr 3 00:10:42 2018 +0900
Committer: Peter Somogyi <psomo...@apache.org>
Committed: Wed Apr 4 10:06:19 2018 +0200

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/getting_started.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0c0fe05b/src/main/asciidoc/_chapters/getting_started.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/getting_started.adoc 
b/src/main/asciidoc/_chapters/getting_started.adoc
index 1cdc0a2..47e0d96 100644
--- a/src/main/asciidoc/_chapters/getting_started.adoc
+++ b/src/main/asciidoc/_chapters/getting_started.adoc
@@ -371,7 +371,7 @@ The following command starts 3 backup servers using ports 
16002/16012, 16003/160
 +
 ----
 
-$ ./bin/local-master-backup.sh 2 3 5
+$ ./bin/local-master-backup.sh start 2 3 5
 ----
 +
 To kill a backup master without killing the entire cluster, you need to find 
its process ID (PID). The PID is stored in a file with a name like 
_/tmp/hbase-USER-X-master.pid_.

Reply via email to