[ 
https://issues.apache.org/jira/browse/HBASE-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-7471:
----------------------------------

    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.

{code}
 <property>
    <name>hbase.snapshot.enabled</name>
    <value>true</value>
  </property>
{code}

Maybe we should just enable snapshots by default.  Discuss.

  was:Maybe we should just enable snapshots by default.  Discuss.

    
> Enable Cleaners required for Snapshots by default?
> --------------------------------------------------
>
>                 Key: HBASE-7471
>                 URL: https://issues.apache.org/jira/browse/HBASE-7471
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client, master, regionserver, snapshots, Zookeeper
>            Reporter: Jonathan Hsieh
>             Fix For: hbase-6055, 0.96.0
>
>
> 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.
> {code}
>  <property>
>     <name>hbase.snapshot.enabled</name>
>     <value>true</value>
>   </property>
> {code}
> Maybe we should just enable snapshots by default.  Discuss.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to