abhradeepkundu commented on code in PR #6710:
URL: https://github.com/apache/hbase/pull/6710#discussion_r1976987730
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/BackupRestoreConstants.java:
##########
@@ -96,6 +96,11 @@ public interface BackupRestoreConstants {
String OPTION_YARN_QUEUE_NAME_DESC = "Yarn queue name to run backup create
command on";
String OPTION_YARN_QUEUE_NAME_RESTORE_DESC = "Yarn queue name to run backup
restore command on";
+ String OPTION_ENABLE_CONTINUOUS_BACKUP = "cb";
+ String LONG_OPTION_ENABLE_CONTINUOUS_BACKUP = "continuous-backup-enabled";
+ String OPTION_ENABLE_CONTINUOUS_BACKUP_DESC =
+ "Flag indicating that the full backup " + "is part of a continuous backup
process.";
Review Comment:
NIT: why + in between?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]