Details
Description
Currently, snapshots require admins to add configuration to their hbase-site.xml to have snapshot functionality available. It is at the moment off by default.
<property>
<name>hbase.snapshot.enabled</name>
<value>true</value>
</property>
Maybe we should just enable snapshots by default. Discuss.