Hi, We are using HBase 0.94.10 version.
We could able to take snapshots for all hbase tables and export into another cluster successfully. To take HBase table snapshots we followed procedure given at below apache link. http://hbase.apache.org/book/ops.snapshots.html Purpose of taking snapshots is to take cluster backup. Can someone please help us on below queries. 1.Is there a way to take incremental snapshots on HBase tables? 2.Can we export snapshots to outside of HDFS(e.g backup server)? 3.Is it possible to take a snapshot for all tables in one command? 4.Does HBase support to take automatic snapshots based on configured timeout? Please also let us know if there is any better way to take HBase tables backup. Thanks in advance. -OC