Re: incremental cluster backup using snapshots

2014-07-11 Thread Arun Allamsetty
Hi, People who are more experienced than I am, correct me if I am wrong, but I am positive that we can export snapshots to local FS. I did exactly that today and it's just a hadoop get command once we have the snapshots on HDFS. Though when I directly tried to export them to local FS it failed

Re: incremental cluster backup using snapshots

2014-07-11 Thread Ted Yu
Please see https://issues.apache.org/jira/browse/HBASE-11085 Cheers On Jul 10, 2014, at 10:47 PM, oc tsdb oc.t...@gmail.com wrote: Hi, Does new hbase version(0.99) supports incremental backup using snapshots? If not supported in current releases, is it planned to add in future releases?

Re: incremental cluster backup using snapshots

2014-07-11 Thread Matteo Bertozzi
you can't use MR to export on a local filesystem since each mapper will not have access to the local machine that you want. you can use -jt local and -copy-to file:///mypath hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -jt local -snapshot NAME -copy-to file:///mypath Matteo On Fri,

incremental cluster backup using snapshots

2014-07-10 Thread oc tsdb
Hi, Does new hbase version(0.99) supports incremental backup using snapshots? If not supported in current releases, is it planned to add in future releases? can we export snapshots to local file system directly? Thanks oc.tsdb