You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Sean Bigdatafun <se...@gmail.com> on 2011/01/08 09:12:08 UTC

What is a HBase backup strategy?

For RDBMS systems, people normally backup their data from time to time. What
is the backup strategy (and using what tool) for HBase?
Thanks,
-- 
--Sean

Re: What is a HBase backup strategy?

Posted by Alexey Kovyrin <al...@kovyrin.net>.
I'm pretty sure it could potentially create an inconsistent copy of
your database.

On Sat, Jan 8, 2011 at 5:59 PM, Jack Levin <ma...@gmail.com> wrote:
> distcp into a different hadoop cluster nightly, maybe a valid choice as
> well.
>
> -Jack
>
> On Sat, Jan 8, 2011 at 7:37 AM, Ted Yu <yu...@gmail.com> wrote:
>
>> One option is to use org.apache.hadoop.hbase.mapreduce.Export
>> Later you can Import the data back.
>>
>> On Sat, Jan 8, 2011 at 12:12 AM, Sean Bigdatafun
>> <se...@gmail.com>wrote:
>>
>> > For RDBMS systems, people normally backup their data from time to time.
>> > What
>> > is the backup strategy (and using what tool) for HBase?
>> > Thanks,
>> > --
>> > --Sean
>> >
>>
>



-- 
Alexey Kovyrin
http://kovyrin.net/

Re: What is a HBase backup strategy?

Posted by Jack Levin <ma...@gmail.com>.
distcp into a different hadoop cluster nightly, maybe a valid choice as
well.

-Jack

On Sat, Jan 8, 2011 at 7:37 AM, Ted Yu <yu...@gmail.com> wrote:

> One option is to use org.apache.hadoop.hbase.mapreduce.Export
> Later you can Import the data back.
>
> On Sat, Jan 8, 2011 at 12:12 AM, Sean Bigdatafun
> <se...@gmail.com>wrote:
>
> > For RDBMS systems, people normally backup their data from time to time.
> > What
> > is the backup strategy (and using what tool) for HBase?
> > Thanks,
> > --
> > --Sean
> >
>

Re: What is a HBase backup strategy?

Posted by Ted Yu <yu...@gmail.com>.
One option is to use org.apache.hadoop.hbase.mapreduce.Export
Later you can Import the data back.

On Sat, Jan 8, 2011 at 12:12 AM, Sean Bigdatafun
<se...@gmail.com>wrote:

> For RDBMS systems, people normally backup their data from time to time.
> What
> is the backup strategy (and using what tool) for HBase?
> Thanks,
> --
> --Sean
>