- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HBase Archive ?
- Labels:
-
Apache HBase
Created ‎12-14-2016 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to archive HBase data like "Hadoop Archive" ?
Created ‎12-14-2016 04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, because HDFS is a filesystem and HBase is a key-value store ("database").
But, you can archive HBase tables easily. Please see the HBase snapshot feature: http://hbase.apache.org/book.html#ops.snapshots. Using this feature, you can take a point-in-time view of a table, and copy all of the referenced files to some location in HDFS or elsewhere.
Created ‎12-14-2016 04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, because HDFS is a filesystem and HBase is a key-value store ("database").
But, you can archive HBase tables easily. Please see the HBase snapshot feature: http://hbase.apache.org/book.html#ops.snapshots. Using this feature, you can take a point-in-time view of a table, and copy all of the referenced files to some location in HDFS or elsewhere.
Created ‎12-14-2016 05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What benefit you are expecting by archiving hbase data like "Hadoop Archive"? or Is your purpose to just archive HBase data in any form?
