Browse Source

MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0.

Harsh J 10 năm trước cách đây
mục cha
commit
8770c82acc
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      hadoop-mapreduce-project/CHANGES.txt

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

@@ -292,10 +292,6 @@ Release 2.8.0 - UNRELEASED
     MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with hidden
     files/folders. (Maysam Yabandeh via harsh)
 
-    MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which
-    causes counter limits are not reset correctly.
-    (Zhihai Xu via harsh)
-
     MAPREDUCE-6213. NullPointerException caused by job history server addr not
     resolvable. (Peng Zhang via harsh)
 
@@ -398,6 +394,10 @@ Release 2.7.0 - UNRELEASED
 
   BUG FIXES
 
+    MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which
+    causes counter limits are not reset correctly.
+    (Zhihai Xu via harsh)
+
     MAPREDUCE-6210. Use getApplicationAttemptId() instead of getApplicationId()
     for logging AttemptId in RMContainerAllocator.java (Leitao Guo via aajisaka)