You should use snapshot. 1. Create a snapshot with shell command ‘snapshot’ on your source cluster. 2. Use ExportSnapshot tool to copy the snapshot to your target cluster. 3. Import the snapshot with shell command 'clone_snapshot' on your target cluster.
2017-03-16 18:16 GMT+08:00 Rajeshkumar J <[email protected]>: > I have copied hbase data of a table from one cluster to another. For > instance I have a table testing and its data will be in the path > /hbase/default/data/testing > > I have copied these files from existing cluster to new cluster. Is there > any possibilty to create table and load data from these files in the new > cluster >
