You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yuki Tawara (JIRA)" <ji...@apache.org> on 2018/04/02 15:14:00 UTC

[jira] [Updated] (HBASE-20328) Fix local backup master start command in documentation

     [ https://issues.apache.org/jira/browse/HBASE-20328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuki Tawara updated HBASE-20328:
--------------------------------
    Attachment: HBASE-20328.master.001.patch

> 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
>            Priority: Minor
>         Attachments: HBASE-20328.master.001.patch
>
>
> 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)