how to move hbase table data between diffent version hbase?

2014-07-08 Thread ch huang
hi,maillist:
  i have two hbase envionment , one is 0.94 based on cdh4.4 ,another is
0.96 based on chd5,i want to move 0.94 table data to 0.96 ,how can i do it?
i see doc say hbase 0.96 do a lot of change,it do not compatible with 0.94


Re: how to move hbase table data between diffent version hbase?

2014-07-08 Thread Ted Yu
Please take a look at
HBASE-9360 Enable 0.94 -> 0.96 replication to minimize upgrade down time

Cheers


On Tue, Jul 8, 2014 at 8:52 PM, ch huang  wrote:

> hi,maillist:
>   i have two hbase envionment , one is 0.94 based on cdh4.4 ,another is
> 0.96 based on chd5,i want to move 0.94 table data to 0.96 ,how can i do it?
> i see doc say hbase 0.96 do a lot of change,it do not compatible with 0.94
>


Re: how to move hbase table data between diffent version hbase?

2014-07-08 Thread Gautam Gopalakrishnan
An earlier thread[1] talks about a similar problem. If the 0.96
cluster is fresh you can copy files across and upgrade

1. 
http://mail-archives.apache.org/mod_mbox/hbase-user/201311.mbox/%3ccaflnt_ofhg1xgvwygpauymt-m3ncujr9rdqopdi-ad0pzca...@mail.gmail.com%3E


On Wed, Jul 9, 2014 at 1:52 PM, ch huang  wrote:
> hi,maillist:
>   i have two hbase envionment , one is 0.94 based on cdh4.4 ,another is
> 0.96 based on chd5,i want to move 0.94 table data to 0.96 ,how can i do it?
> i see doc say hbase 0.96 do a lot of change,it do not compatible with 0.94