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

(cherry picked from commit 8770c82acc)
This commit is contained in:
Harsh J 2015-03-22 10:15:52 +05:30
parent d43c0da7d7
commit 40682a4aad
1 changed files with 4 additions and 4 deletions

View File

@ -44,10 +44,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)
@ -150,6 +146,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)