Browse Source

Update CHANGES.txt to reflect recent commits to branch-2.7 and branch-2.6.

Jason Lowe 9 years ago
parent
commit
fba6e9f5ef
2 changed files with 9 additions and 0 deletions
  1. 6 0
      hadoop-mapreduce-project/CHANGES.txt
  2. 3 0
      hadoop-yarn-project/CHANGES.txt

+ 6 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -745,6 +745,9 @@ Release 2.7.3 - UNRELEASED
     MAPREDUCE-6621. Memory Leak in JobClient#submitJobInternal() (Xuan Gong
     via jlowe)
 
+    MAPREDUCE-6413. TestLocalJobSubmission is failing with unknown host
+    (zhihai xu via jlowe)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES
@@ -1032,6 +1035,9 @@ Release 2.6.5 - UNRELEASED
 
   BUG FIXES
 
+    MAPREDUCE-6413. TestLocalJobSubmission is failing with unknown host
+    (zhihai xu via jlowe)
+
 Release 2.6.4 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 3 - 0
hadoop-yarn-project/CHANGES.txt

@@ -1476,6 +1476,9 @@ Release 2.7.3 - UNRELEASED
     YARN-3102. Decommisioned Nodes not listed in Web UI (Kuhu Shukla via
     jlowe)
 
+    YARN-3602. TestResourceLocalizationService.testPublicResourceInitializesLocalDir
+    fails Intermittently due to IOException from cleanup. (zhihai xu via xgong)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES