HBASE-8195 hbase.table.archive.directory reference should be removed from hbase-default.xml (Jean-Marc)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1461576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c94277ac85
commit
4ee77aed69
|
@ -921,14 +921,6 @@
|
|||
have their times exposed through Hadoop metrics per CF and per region.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.table.archive.directory</name>
|
||||
<value>.archive</value>
|
||||
<description>Per-table directory name under which to backup files for a
|
||||
table. Files are moved to the same directories as they would be under the
|
||||
table directory, but instead are just one level lower (under
|
||||
table/.archive/... rather than table/...). Currently only applies to HFiles.</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.master.hfilecleaner.plugins</name>
|
||||
<value>org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner</value>
|
||||
|
|
Loading…
Reference in New Issue