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)

Reply via email to