You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Alok Kumar <al...@gmail.com> on 2012/07/25 10:34:19 UTC

HBase Replication : Do I need to create table programmatically on Replica Cluster?

Hello,

I've two Hadoop+HBase cluster setup (production + BackUp in different region)
I'm using HBase Replication.

Q 1. Do I need to create table programmatically on Backup cluster every
 time when new tables get created on Production cluster?
Can't it be automatically created using WAL?

Your help is highly appreciated
Thanks,
--
Alok Kumar

Re: HBase Replication : Do I need to create table programmatically on Replica Cluster?

Posted by Alok Kumar <al...@gmail.com>.
Thank You JD. Now I can update my codebase accordingly.

-Alok

On Wed, Jul 25, 2012 at 8:28 PM, Jean-Daniel Cryans <jd...@apache.org> wrote:
> On Wed, Jul 25, 2012 at 1:34 AM, Alok Kumar <al...@gmail.com> wrote:
>> Q 1. Do I need to create table programmatically on Backup cluster every
>>  time when new tables get created on Production cluster?
>
> Yes.
>
>> Can't it be automatically created using WAL?
>
> No, we don't replicate .META. edits as it would be a mess.
>
> J-D

Re: HBase Replication : Do I need to create table programmatically on Replica Cluster?

Posted by Jean-Daniel Cryans <jd...@apache.org>.
On Wed, Jul 25, 2012 at 1:34 AM, Alok Kumar <al...@gmail.com> wrote:
> Q 1. Do I need to create table programmatically on Backup cluster every
>  time when new tables get created on Production cluster?

Yes.

> Can't it be automatically created using WAL?

No, we don't replicate .META. edits as it would be a mess.

J-D