Rajesh, Use HBase snapshots for backup and move the data from your " /hbase/default/data/testing" with its snapshot and clone them to your destination cluster.
Snapshot ref link - http://hbase.apache.org/0.94/book/ops.snapshots.html <http://hbase.apache.org/0.94/book/ops.snapshots.html> On Thu, Mar 16, 2017 at 3:51 PM, sudhakara st <[email protected]> wrote: > You have to use 'copytable', here is more info > https://hbase.apache.org/book.html#copy.table > > On Thu, Mar 16, 2017 at 3:46 PM, Rajeshkumar J < > [email protected]> > wrote: > > > 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 > > > > > > -- > > Regards, > ...sudhakara >
