Which hbase release are you using ? Cheers
On Sep 19, 2014, at 3:14 AM, Santosh Gdr <[email protected]> wrote: > Hi.. > > I enabled snapshot in hbase-site.xml file. to: > > > > <name>hbase.snapshot.enabled</name> > > <value>true</value> > > > > But when I go to hbase shell, I can not find snapshotting related > commands. > > > > hbase(main):005:0> snapshot 'test', 'testsnapshot' > > NoMethodError: undefined method `snapshot' for > #<Object:0x5490ad5f> > > > > Am I missing something?. > > > > Thank You
