Explorar el Código

Move HADOOP-8608 to branch-2.1

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494824 13f79535-47bb-0310-9956-ffa450edef68
Christopher Douglas hace 12 años
padre
commit
d9021f8e38
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      hadoop-common-project/hadoop-common/CHANGES.txt

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

@@ -135,8 +135,6 @@ Trunk (Unreleased)
     HADOOP-9486. Promoted Windows and Shell related utils from YARN to Hadoop
     Common. (Chris Nauroth via vinodkv)
 
-    HADOOP-8608. Add Configuration API for parsing time durations. (cdouglas)
-
     HADOOP-9540. Expose the InMemoryS3 and S3N FilesystemStores implementations
     for Unit testing. (Hari via stevel)
 
@@ -462,6 +460,8 @@ Release 2.1.0-beta - UNRELEASED
     HADOOP-9517. Documented various aspects of compatibility for Apache
     Hadoop. (Karthik Kambatla via acmurthy)
 
+    HADOOP-8608. Add Configuration API for parsing time durations. (cdouglas)
+
   OPTIMIZATIONS
 
     HADOOP-9150. Avoid unnecessary DNS resolution attempts for logical URIs