Demai Ni created HBASE-10900:
--------------------------------
Summary: FULL table backup and restore
Key: HBASE-10900
URL: https://issues.apache.org/jira/browse/HBASE-10900
Project: HBase
Issue Type: Task
Reporter: Demai Ni
Assignee: Demai Ni
Fix For: 1.0.0
This is a subtask of
[HBase-7912|https://issues.apache.org/jira/browse/HBASE-7912] to support FULL
backup/restore.
{code:title=Backup Restore example|borderStyle=solid}
$hbase backup create full /user/biadmin/backup1 t1_dn
$hbase backup create full hdfs://hostname.hbase.com:9000/user/biadmin/backup1
t2_dn
$hbase restore /user/biadmin/backup1/ backup_1396206203119 t1_dn t1_dn_restore
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)