Amit Kabra created HBASE-18947:
----------------------------------
Summary: HBase backups backup all tables once backed up
irrespective of the table names passed to it.
Key: HBASE-18947
URL: https://issues.apache.org/jira/browse/HBASE-18947
Project: HBase
Issue Type: Bug
Reporter: Amit Kabra
Assignee: Amit Kabra
Take backup of test1,test2,test3,test11,test12,test13
and then take backup of only test2
{code}./hbase backup -d create incremental hdfs://localhost:8020/test/ -t
test2{code}
It should only backup test2 but it backup all tables once backed up. This can
be seen in hdfs as backed up tables and logs show the same :
Logs show :
2017-09-25 19:29:39,170 DEBUG [main] impl.IncrementalTableBackupClient: For
incremental backup, current table set is [test1,test2,test3,test11,
test12,test13]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)