1. Configuration

To turn on the snapshot support just set the hbase.snapshot.enabled property to true. (Snapshots are enabled by default in HBase v 0.95 or later and are disabled by default in HBase v 0.94.6 or later)

  <property>
    <name>hbase.snapshot.enabled</name>
    <value>true</value>
  </property>