- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Which is best method for taking backup of hbase data?
- Labels:
-
Apache HBase
Created ‎02-18-2016 07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Predrag Minovic, thanks for sharing this useful information.
Created ‎05-30-2016 05:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- « Previous
-
- 1
- 2
- Next »