You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/10 20:41:21 UTC

[jira] [Created] (HBASE-16009) Restoring an incremental backup should not require -overwrite

Ted Yu created HBASE-16009:
------------------------------

             Summary: Restoring an incremental backup should not require -overwrite
                 Key: HBASE-16009
                 URL: https://issues.apache.org/jira/browse/HBASE-16009
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


When I tried to restore an incremental backup,

hbase restore hdfs://hbase-test-rc-rerun-6:8020/user/hbase backup_1465575766499 t1 t2

I got:
{code}
2016-06-10 19:53:11,317 ERROR [main] impl.RestoreClientImpl: ERROR: restore failed with error: Existing table found in target while no "-overwrite" option found
java.io.IOException: Existing table found in target while no "-overwrite" option found
	at org.apache.hadoop.hbase.backup.impl.RestoreClientImpl.checkTargetTables(RestoreClientImpl.java:186)
	at org.apache.hadoop.hbase.backup.impl.RestoreClientImpl.restore(RestoreClientImpl.java:108)
	at org.apache.hadoop.hbase.backup.RestoreDriver.parseAndRun(RestoreDriver.java:169)
	at org.apache.hadoop.hbase.backup.RestoreDriver.doWork(RestoreDriver.java:198)
{code}
The above check should only be performed for restoring full backup.



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