From 85859313e7679825668a5318abbf857f54244931 Mon Sep 17 00:00:00 2001 From: Vinod Kumar Vavilapalli Date: Wed, 27 Mar 2013 17:21:00 +0000 Subject: [PATCH] HADOOP-8415. Add getDouble() and setDouble() in org.apache.hadoop.conf.Configuration (Jan van der Lugt via harsh) Merging into branch-2. Updating CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1461727 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index a1ac0440be1..9b2bb88dd8e 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -92,9 +92,6 @@ Trunk (Unreleased) HADOOP-8367 Improve documentation of declaringClassProtocolName in rpc headers. (Sanjay Radia) - HADOOP-8415. Add getDouble() and setDouble() in - org.apache.hadoop.conf.Configuration (Jan van der Lugt via harsh) - HADOOP-7659. fs -getmerge isn't guaranteed to work well over non-HDFS filesystems (harsh) @@ -514,6 +511,9 @@ Release 2.0.5-beta - UNRELEASED HADOOP-9283. Add support for running the Hadoop client on AIX. (atm) + HADOOP-8415. Add getDouble() and setDouble() in + org.apache.hadoop.conf.Configuration (Jan van der Lugt via harsh) + IMPROVEMENTS HADOOP-9253. Capture ulimit info in the logs at service start time.