Re: Is HBase WAL replication from cluster with HBase 1.1.2 to cluster with HBase 2.0.2 supported ?

2020-07-17 Thread Stack
Replication from hbase1 to hbase2 works. Your issue looks to be HBASE-24354 It is fixed in 2.3.0+ only. S On Fri, Jul 17, 2020 at 8:11 AM Vinu Raj wrote: > Is HBase WAL replication from cluster with HBase 1.1.2 to cluster with > HBase 2.0.2 supported ? Tried a simple test where fol

Is HBase WAL replication from cluster with HBase 1.1.2 to cluster with HBase 2.0.2 supported ?

2020-07-17 Thread Vinu Raj
Is HBase WAL replication from cluster with HBase 1.1.2 to cluster with HBase 2.0.2 supported ? Tried a simple test where following table was created in both the cluster create 'repl_test', { NAME => 'cf1', REPLICATION_SCOPE => '1'} When issued enable_table_replication 'repl_test' to