You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Santosh Gdr <gd...@gmail.com> on 2014/09/19 12:22:20 UTC

Problem With Snapshot

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