Sunday, 1 March 2015

Incremental backup in HBase

I was looking for something like fool proof backup in HBase similar to what we have in RDBMS.
Currently HBase has full table backup concept using Snapshot. There is nothing called incremantal backup, found one good jira(https://issues.apache.org/jira/browse/HBASE-7912), committed by IBM. Hope soon this is patched to apache hbase.

No comments:

Post a Comment