You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2017/09/27 05:54:01 UTC

[jira] [Created] (HBASE-18889) Different namenodes url but the same location in are treated differently

Vishal Khandelwal created HBASE-18889:
-----------------------------------------

             Summary: Different namenodes url but the same location in are treated differently
                 Key: HBASE-18889
                 URL: https://issues.apache.org/jira/browse/HBASE-18889
             Project: HBase
          Issue Type: Bug
            Reporter: Vishal Khandelwal


I tried to create a full backup like this which passed:
{code} ./bin/hbase backup create full hdfs://localhost:8020/backup1 -t test1 {code}

and incremental by following

{code} ./bin/hbase backup create incremental hdfs://<hostname>:8020/backup1 -t test1 {code}
2017-09-27 10:34:45,010 ERROR [main] backup.BackupDriver: Error running command-line tool
java.io.IOException: Incremental backup table set contains no tables. You need to run full backup first on test1
	at org.apache.hadoop.hbase.backup.impl.BackupAdminImpl.backupTables(BackupAdminImpl.java:536)
	at org.apache.hadoop.hbase.backup.impl.BackupCommands$CreateCommand.execute(BackupCommands.java:336)
	at org.apache.hadoop.hbase.backup.BackupDriver.parseAndRun(BackupDriver.java:137)
	at org.apache.hadoop.hbase.backup.BackupDriver.doWork(BackupDriver.java:170)
	at org.apache.hadoop.hbase.backup.BackupDriver.run(BackupDriver.java:203)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
	at org.apache.hadoop.hbase.backup.BackupDriver.main(BackupDriver.java:178)


In production in case of multiple namenode, we can use different way to start






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)