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

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

Toshihiro Suzuki created HBASE-23817:
----------------------------------------

             Summary: 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


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)