From 0c0fe05bc410bcfcccaa19d4be96834cc28f9317 Mon Sep 17 00:00:00 2001 From: Yuki Tawara Date: Tue, 3 Apr 2018 00:10:42 +0900 Subject: [PATCH] HBASE-20328 Fix local backup master start command in documentation Signed-off-by: Umesh Agashe --- src/main/asciidoc/_chapters/getting_started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index 1cdc0a2d70b..47e0d966a4a 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_.