[
https://issues.apache.org/jira/browse/HBASE-16978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15625890#comment-15625890
]
Ted Yu commented on HBASE-16978:
--------------------------------
{code}
+ if(!BackupManager.isBackupEnabled(getConf())){
{code}
Please insert spaces between if and '(', ')' and '{'
{code}
+ System.out.println("Backup is not enabled. To enable backup, "+
{code}
Should System.err be used ?
> Disable backup by default
> -------------------------
>
> Key: HBASE-16978
> URL: https://issues.apache.org/jira/browse/HBASE-16978
> Project: HBase
> Issue Type: Task
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Attachments: HBASE-16978-v1.patch
>
>
> Currently, we create backup system table on a Master start up (if does not
> exists). In deployments where backup is not used this does not make sense. We
> should create system table only if backup is enabled and disable it by
> default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)