[
https://issues.apache.org/jira/browse/HBASE-15972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317451#comment-15317451
]
Ted Yu commented on HBASE-15972:
--------------------------------
We can check whether the table exists before adding the table to the backup set.
Question is:
how do we convey that certain table(s) is not added to the set.
{code}
public void addToBackupSet(String name, TableName[] tables) throws
IOException;
{code}
Maybe change the return type for the above method in BackupAdmin ?
> hbase backup set command should not accept non-existing table
> -------------------------------------------------------------
>
> Key: HBASE-15972
> URL: https://issues.apache.org/jira/browse/HBASE-15972
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Labels: backup
>
> [~romil.choksi] discovered that 'backup set add' command doesn't check
> whether the table exists before adding the table to the named set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)