HBASE-7417 Enable Cleaners required for Snapshots by default (Ted Yu)

git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-02-13 18:47:52 +00:00
parent 43ddbac484
commit 65d764e979
1 changed files with 7 additions and 0 deletions

View File

@ -922,4 +922,11 @@
properties from a zoo.cfg file has been deprecated. properties from a zoo.cfg file has been deprecated.
</description> </description>
</property> </property>
<property>
<name>hbase.snapshot.enabled</name>
<value>true</value>
<description>
Set to true to allow snapshots to be taken / restored / cloned.
</description>
</property>
</configuration> </configuration>