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:
parent
43ddbac484
commit
65d764e979
|
@ -922,4 +922,11 @@
|
|||
properties from a zoo.cfg file has been deprecated.
|
||||
</description>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue