Sfoglia il codice sorgente

Update CHANGES.txt to move YARN-1045 and MAPREDUCE-5352 to the correct version.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514432 13f79535-47bb-0310-9956-ffa450edef68
Siddharth Seth 11 anni fa
parent
commit
d62bd71d65

+ 3 - 3
hadoop-mapreduce-project/CHANGES.txt

@@ -186,9 +186,6 @@ Release 2.1.1-beta - UNRELEASED
 
 
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
-    MAPREDUCE-5352. Optimize node local splits generated by
-    CombineFileInputFormat. (sseth)
-
     MAPREDUCE-5446. TestJobHistoryEvents and TestJobHistoryParsing have race
     MAPREDUCE-5446. TestJobHistoryEvents and TestJobHistoryParsing have race
     conditions (jlowe via kihwal)
     conditions (jlowe via kihwal)
 
 
@@ -395,6 +392,9 @@ Release 2.1.0-beta - 2013-08-06
     MAPREDUCE-5268. Improve history server startup performance (Karthik
     MAPREDUCE-5268. Improve history server startup performance (Karthik
     Kambatla via jlowe)
     Kambatla via jlowe)
 
 
+    MAPREDUCE-5352. Optimize node local splits generated by
+    CombineFileInputFormat. (sseth)
+
   BUG FIXES
   BUG FIXES
 
 
     MAPREDUCE-4671. AM does not tell the RM about container requests which are
     MAPREDUCE-4671. AM does not tell the RM about container requests which are

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

@@ -43,8 +43,6 @@ Release 2.1.1-beta - UNRELEASED
 
 
     YARN-589. Expose a REST API for monitoring the fair scheduler (Sandy Ryza).
     YARN-589. Expose a REST API for monitoring the fair scheduler (Sandy Ryza).
     
     
-    YARN-1045. Improve toString implementation for PBImpls. (Jian He via sseth)  
-
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
   BUG FIXES
   BUG FIXES
@@ -524,6 +522,8 @@ Release 2.1.0-beta - 2013-08-06
     YARN-1046. Disable mem monitoring by default in MiniYARNCluster. (Karthik
     YARN-1046. Disable mem monitoring by default in MiniYARNCluster. (Karthik
     Kambatla via Sandy Ryza)
     Kambatla via Sandy Ryza)
 
 
+    YARN-1045. Improve toString implementation for PBImpls. (Jian He via sseth)  
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     YARN-512. Log aggregation root directory check is more expensive than it
     YARN-512. Log aggregation root directory check is more expensive than it