From 36a2d57f07dae25e39d003178453c27dd2666b3e Mon Sep 17 00:00:00 2001 From: Harsh J Date: Mon, 2 Jan 2012 06:26:40 +0000 Subject: [PATCH] HADOOP-7919. Remove the unused hadoop.logfile.* properties from the core-default.xml file. (harsh) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1226350 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ .../src/main/resources/core-default.xml | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 75cc94ff11c..9df6a12fcb1 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -83,6 +83,8 @@ Trunk (unreleased changes) HADOOP-7348. Change 'addnl' in getmerge util to be a flag '-nl' instead (XieXianshan via harsh) + HADOOP-7919. Remove the unused hadoop.logfile.* properties from the core-default.xml file. (harsh) + BUGS HADOOP-7851. Configuration.getClasses() never returns the default value. diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index e34c2023738..97638457867 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -134,20 +134,6 @@ - - - - hadoop.logfile.size - 10000000 - The max size of each log file - - - - hadoop.logfile.count - 10 - The max number of log files - - io.file.buffer.size