HADOOP-7184. Remove deprecated config local.cache.size from core-default.xml. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1097322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27c1f1f4bd
commit
76a7219ced
|
@ -605,6 +605,9 @@ Release 0.22.0 - Unreleased
|
|||
HADOOP-7172. SecureIO should not check owner on non-secure
|
||||
clusters that have no native support. (todd via eli)
|
||||
|
||||
HADOOP-7184. Remove deprecated config local.cache.size from
|
||||
core-default.xml (todd)
|
||||
|
||||
Release 0.21.1 - Unreleased
|
||||
|
||||
IMPROVEMENTS
|
||||
|
|
|
@ -388,14 +388,6 @@
|
|||
filesystem (s3n: URIs).</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>local.cache.size</name>
|
||||
<value>10737418240</value>
|
||||
<description>The limit on the size of cache you want to keep, set by default
|
||||
to 10GB. This will act as a soft limit on the cache directory for out of band data.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>io.seqfile.compress.blocksize</name>
|
||||
<value>1000000</value>
|
||||
|
|
Loading…
Reference in New Issue