From 76a7219ceda8a84d001c066b94eee1ce877bffc0 Mon Sep 17 00:00:00 2001 From: Todd Lipcon Date: Thu, 28 Apr 2011 05:24:27 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 3 +++ src/java/core-default.xml | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 171284ef0f..bd4289158a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/src/java/core-default.xml b/src/java/core-default.xml index 57b878365c..afff682cd8 100644 --- a/src/java/core-default.xml +++ b/src/java/core-default.xml @@ -388,14 +388,6 @@ filesystem (s3n: URIs). - - local.cache.size - 10737418240 - 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. - - - io.seqfile.compress.blocksize 1000000