Yuki Tawara created HBASE-20328:
-----------------------------------
Summary: Fix local backup master start command in documentation
Key: HBASE-20328
URL: https://issues.apache.org/jira/browse/HBASE-20328
Project: HBase
Issue Type: Bug
Components: documentation
Reporter: Yuki Tawara
In "2.3. Pseudo-Distributed Local Install" section of documentation, a command
for starting backup masters lacks "start" argument.
{noformat}
$ ./bin/local-master-backup.sh 2 3 5
{noformat}
should
{noformat}
$ ./bin/local-master-backup.sh start 2 3 5
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)