Browse Source

merge HADOOP-4515 HADOOP-6490 HADOOP-7574 HADOOP-7736 HADOOP-7919 to 0.23 from trunk and update CHANGES.txt file accordingly.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1236125 13f79535-47bb-0310-9956-ffa450edef68
Harsh J 13 years ago
parent
commit
563b09c004
1 changed files with 13 additions and 13 deletions
  1. 13 13
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 13 - 13
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -35,11 +35,6 @@ Trunk (unreleased changes)
     HADOOP-7717. Move handling of concurrent client fail-overs to
     HADOOP-7717. Move handling of concurrent client fail-overs to
     RetryInvocationHandler (atm)
     RetryInvocationHandler (atm)
 
 
-    HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath.
-    (Uma Maheswara Rao G via harsh)
-
-    HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh)
-
     HADOOP-7664. Remove warmings when overriding final parameter configuration
     HADOOP-7664. Remove warmings when overriding final parameter configuration
     if the override value is same as the final parameter value.
     if the override value is same as the final parameter value.
     (Ravi Prakash via suresh)
     (Ravi Prakash via suresh)
@@ -68,12 +63,6 @@ Trunk (unreleased changes)
 
 
     HADOOP-7899. Generate proto java files as part of the build. (tucu)
     HADOOP-7899. Generate proto java files as part of the build. (tucu)
 
 
-    HADOOP-7574. Improve FSShell -stat, add user/group elements.
-    (XieXianshan via harsh)
-
-    HADOOP-7919. Remove the unused hadoop.logfile.* properties from the 
-    core-default.xml file. (harsh)
-
     HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original 
     HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original 
     hostname in token instead of IP to allow server IP change. 
     hostname in token instead of IP to allow server IP change. 
     (Daryn Sharp via suresh)
     (Daryn Sharp via suresh)
@@ -81,8 +70,6 @@ Trunk (unreleased changes)
     HADOOP-7957. Classes deriving GetGroupsBase should be able to override 
     HADOOP-7957. Classes deriving GetGroupsBase should be able to override 
     proxy creation. (jitendra)
     proxy creation. (jitendra)
 
 
-    HADOOP-4515. Configuration#getBoolean must not be case sensitive. (Sho Shimauchi via harsh)
-
     HADOOP-7968. Errant println left in RPC.getHighestSupportedProtocol (Sho Shimauchi via harsh)
     HADOOP-7968. Errant println left in RPC.getHighestSupportedProtocol (Sho Shimauchi via harsh)
 
 
     HADOOP-7987. Support setting the run-as user in unsecure mode. (jitendra)
     HADOOP-7987. Support setting the run-as user in unsecure mode. (jitendra)
@@ -209,6 +196,19 @@ Release 0.23.1 - Unreleased
 
 
     HADOOP-7975. Add LZ4 as an entry in the default codec list, missed by HADOOP-7657 (harsh)
     HADOOP-7975. Add LZ4 as an entry in the default codec list, missed by HADOOP-7657 (harsh)
 
 
+    HADOOP-4515. Configuration#getBoolean must not be case sensitive. (Sho Shimauchi via harsh)
+
+    HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath.
+    (Uma Maheswara Rao G via harsh)
+
+    HADOOP-7574. Improve FSShell -stat, add user/group elements.
+    (XieXianshan via harsh)
+
+    HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh)
+
+    HADOOP-7919. Remove the unused hadoop.logfile.* properties from the 
+    core-default.xml file. (harsh)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
   BUG FIXES
   BUG FIXES