You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Toshihiro Suzuki (Jira)" <ji...@apache.org> on 2020/02/08 20:41:00 UTC

[jira] [Commented] (HBASE-23817) The message "Please make sure that backup is enabled on the cluster." is shown even when the backup feature is enabled

    [ https://issues.apache.org/jira/browse/HBASE-23817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033030#comment-17033030 ] 

Toshihiro Suzuki commented on HBASE-23817:
------------------------------------------

CC: [~vrodionov].

> The message "Please make sure that backup is enabled on the cluster." is shown even when the backup feature is enabled
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-23817
>                 URL: https://issues.apache.org/jira/browse/HBASE-23817
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Toshihiro Suzuki
>            Priority: Minor
>
> The following message is shown even when the backup feature is enabled, which is confusing:
> {code}
> Please make sure that backup is enabled on the cluster. To enable backup, in hbase-site.xml, set:
>  hbase.backup.enable=true
> hbase.master.logcleaner.plugins=YOUR_PLUGINS,org.apache.hadoop.hbase.backup.master.BackupLogCleaner
> hbase.procedure.master.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.master.LogRollMasterProcedureManager
> hbase.procedure.regionserver.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.regionserver.LogRollRegionServerProcedureManager
> hbase.coprocessor.region.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.BackupObserver
> and restart the cluster
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)