Created 02-18-2016 07:48 AM
Hi,
Can anyone suggest me which is best method for taking backup of hbase data among distcp, copyTable, export/import, cluster replication?
Created 02-18-2016 08:19 AM
Hi @Rushikesh Deshmukh, for a list of backup options check this. CopyTable is a nice option, using multiple mappers, you can copy individual tables to the same or another cluster. You can miss a few edits but you will end up with a useful copy.
Created 02-20-2016 01:40 PM
@Predrag Minovic, thanks for sharing this useful information.
Created 05-30-2016 05:26 AM
The following table provides an overview for quickly comparing these approaches, which I’ll describe in detail below.
http://blog.cloudera.com/blog/2013/11/approaches-to-backup-and-disaster-recovery-in-hbase/
i used distcp as well but that did not work for me , in the sense data was copied but while running hbck i had issue
if you want to create backup on same cluster then copytable and sanpshot are very easy
for inter cluster snapshot works good
let me know if you need more details
Created 05-30-2016 06:03 AM
The following table provides an overview for quickly comparing these approaches, which I’ll describe in detail below.
http://blog.cloudera.com/blog/2013/11/approaches-to-backup-and-disaster-recovery-in-hbase/
i used distcp as well but that did not work for me , in the sense data was copied but while running hbck i had issue
if you want to create backup on same cluster then copytable and sanpshot are very easy
for inter cluster snapshot works good
let me know if you need more details
Also this below link is really very useful and clear