What version of hbase you are using ? What did you use to export snapshots to remote cluster? Please take look http://hbase.apache.org/book.html#ops.snapshots. Maybe you did not exported snapshots to correct directory. Check your hdfs directories to locate snapshots.
Regards Samir On Wed, Oct 14, 2015 at 8:25 PM, anil gupta <[email protected]> wrote: > I dont see the snapshot when i run "list_snapshot" on destination > cluster.(i checked that initially but forgot to mention in my post) > Is it supposed to be listed in output of "list_snapshots" command? > > On Wed, Oct 14, 2015 at 11:19 AM, Samir Ahmic <[email protected]> > wrote: > > > Hi, > > Can you see snapshot on remote cluster? If you can see snapshot you can > use > > clone snapshot command from hbase shell to create table. > > Regards > > Samir > > On Oct 14, 2015 6:38 PM, "anil gupta" <[email protected]> wrote: > > > > > Hi, > > > > > > I exported snapshot of a table to remote cluster. Now, i want to create > > > table on remote cluster using that exported snapshot. I have done this > > > around 2 years ago(on 0.94) but unfortunately, i dont remember steps > now. > > > > > > I tried to search mailing list archive and HBase documentation but i > can > > > find steps to accomplish my task. Can anyone provide me the steps or > > point > > > me to documentation? > > > > > > -- > > > Thanks & Regards, > > > Anil Gupta > > > > > > > > > -- > Thanks & Regards, > Anil Gupta >
