HBASE-19211 B&R: update configuration string in BackupRestoreConstants (Vladimir Rodionov)

This commit is contained in:
tedyu 2017-11-08 14:16:53 -08:00
parent 25c2b7bf73
commit 6d88c495f7
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ public interface BackupRestoreConstants {
+"org.apache.hadoop.hbase.backup.master.LogRollMasterProcedureManager\n"
+ "hbase.procedure.regionserver.classes=YOUR_CLASSES,"
+ "org.apache.hadoop.hbase.backup.regionserver.LogRollRegionServerProcedureManager\n"
+ "hbase.coprocessor.region.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.BackupObserver\n"
+ "hbase.coprocessor.region.classes=YOUR_CLASSES,"
+ "org.apache.hadoop.hbase.backup.BackupObserver\n"
+ "and restart the cluster\n";
public static final String ENABLE_BACKUP = "Backup is not enabled. To enable backup, "+
"in hbase-site.xml, set:\n "