We have a hbase-0.94
cluster with hadoop-1.0.1
. We don't want to have downtime for this cluster while upgrading to hbase-0.98
with hadoop-2.5.1
I have provisioned another hbase-0.98 cluster with hadoop-2.5.1 and want to copy hbase-0.94 tables to hbase-0.98. Hbase
CopyTable
does not seem to work for this purpose.
Please suggest a way to perform theabove task.