Browse Source

correct version location of HDFS 2246 info

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1206931 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 13 năm trước cách đây
mục cha
commit
d89c9ae368
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -93,9 +93,6 @@ Release 1.1.0 - unreleased
 
     MAPREDUCE-3419. Don't mark exited TT threads as dead in MiniMRCluster (eli)
 
-    HDFS-2246. Shortcut a local client reads to a Datanodes files directly. 
-    (Andrew Purtell, Suresh, Jitendra)
-
     MAPREDUCE-3424. Some LinuxTaskController cleanup (eli)
 
     MAPREDUCE-2103. task-controller shouldn't require o-r permissions. (eli)
@@ -146,6 +143,9 @@ Release 1.0.0 - unreleased
 
     HADOOP-7810. Add tools jar to the end of classpath. (John George via omalley)
 
+    HDFS-2246. Shortcut a local client reads to a Datanodes files directly. 
+    (Andrew Purtell, Suresh, Jitendra)
+
     HADOOP-7804. Enable hadoop config generator to set configurations to enable 
     short circuit read. (Arpit Gupta via jitendra)