Ted Yu created AMBARI-22342:
-------------------------------
Summary: Automate the addition of hbase backup related config
entries
Key: AMBARI-22342
URL: https://issues.apache.org/jira/browse/AMBARI-22342
Project: Ambari
Issue Type: Improvement
Reporter: Ted Yu
When user tries to run hbase backup without proper configuration:
{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
{code}
User needs to retrieve the current values for the configs, if any, and add
backup related entries.
Ambari should provide automation in putting the above in place.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)