[ 
https://issues.apache.org/jira/browse/HBASE-15988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366480#comment-15366480
 ] 

Ted Yu commented on HBASE-15988:
--------------------------------

Here is how incremental table set is retrieved:
{code}
        incrTableSet = table.getIncrementalBackupTableSet(targetRootDir);
{code}
Here is API for adding table(s) to backup set:
{code}
  public void addToBackupSet(String name, TableName[] tables) throws 
IOException {
{code}
Without backup root dir, how would the check be done ?

> Backup set add command MUST initiate full backup for a table(s) being added
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-15988
>                 URL: https://issues.apache.org/jira/browse/HBASE-15988
>             Project: HBase
>          Issue Type: Task
>    Affects Versions: 2.0.0
>            Reporter: Vladimir Rodionov
>              Labels: backup
>             Fix For: 2.0.0
>
>         Attachments: 15988.v1.txt, 15988.v2.txt, 15988.v3.txt
>
>
> When a new table is added to backup table set, the incremental backup 
> involving the new table should be full backup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to