Hi, If you r planning to copy hbase data between your clusters, you may find the CopyTable and Export/Import tools described in the book:
http://hbase.apache.org/book/ops_mgt.html#tools If running hbase 0.94.6 onwards, there is also the option to use snapshots: http://hbase.apache.org/book/ops.snapshots.html On 17 Jul 2014, at 09:19, sudhakara st <[email protected]> wrote: > Use *DistCp *for inter-cluster data copy, > You can install Hbase, Hbase setup will not impact for you data > inter-cluster copy until you sufficient resource > > > On Thu, Jul 17, 2014 at 1:19 PM, Vimal Jain <[email protected]> wrote: > >> Hi, >> I have hadoop-1.2.1 and hbase-0.94.17 in pseudo distributed mode ( single >> node ) in one data center ( lets say cluster1 in dataceneter1). >> I have setup the same cluster in a different data center ( lets say >> cluster2 in dataceneter2). >> Whats the best way to copy data from cluster1 to cluster2 ? >> Also If i choose to install hbase 0.98.3 on cluster2 , would there be any >> issues ? >> Please help here. >> >> >> -- >> Thanks and Regards, >> Vimal Jain >> > > > > -- > > Regards, > ...sudhakara
