Created 10-26-2015 10:52 PM
since we need migrate data-center, so our CDH also should be migrated to new env, the two data-center network is connectted.
there are near 1000+ tables in Hbase and HIVE, and also there are 100+ oozie jobs. we have just one day+ to migrate all data to new env.
total data size is not big, just 2TB.
my sloution is using hbase cluster replication to replicate all hbase tables, but it seems so difficult, there near 1000+ tables, it means i need add
1000+ peers.
about hive tables, it seems just has one solution, export all table and import to new env.
oozie jobs as i think just export source database to new database is ok, but since all the ip address has been changed, this is also a difficult point.
here i am asking peoples who has this experience of migration CDH to new env can give me some advises?
Created 11-08-2015 10:09 AM
Created 12-13-2015 10:58 AM
just copy /hase is ok ? how about tables definition ?
Created 12-13-2015 11:21 AM
Created 12-14-2015 04:15 AM
thanks very much, what about HIVE migration ? if i copy all /usr/hive, and migrate hive in MySQL to new cluster, it will work fine ?
Created 12-14-2015 06:01 AM
Created 12-14-2015 08:16 PM
the hostname and ip address are diffierent from the old cluster, i have checked some file in /hbase, there are some files include namenode hostname, and you know hbase region has arranged by hbase master, all the thing is diffierent.
so i don't think cp /hbase to new cluster can migrate hbase.
Created 12-14-2015 08:43 PM
Created 12-28-2015 06:17 AM