Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this.
This commit is contained in:
parent
79f7f2aabf
commit
e428fea730
|
@ -311,6 +311,16 @@ Release 2.8.0 - UNRELEASED
|
||||||
MAPREDUCE-6294. Remove an extra parameter described in Javadoc of
|
MAPREDUCE-6294. Remove an extra parameter described in Javadoc of
|
||||||
TockenCache. (Brahma Reddy Battula via ozawa)
|
TockenCache. (Brahma Reddy Battula via ozawa)
|
||||||
|
|
||||||
|
MAPREDUCE-5875. Make Counter limits consistent across JobClient,
|
||||||
|
MRAppMaster, and YarnChild. (Gera Shegalov via kasha)
|
||||||
|
|
||||||
|
MAPREDUCE-6199. AbstractCounters are not reset completely on
|
||||||
|
deserialization (adhoot via rkanter)
|
||||||
|
|
||||||
|
MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which
|
||||||
|
causes counter limits are not reset correctly.
|
||||||
|
(Zhihai Xu via harsh)
|
||||||
|
|
||||||
Release 2.7.0 - UNRELEASED
|
Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -411,10 +421,6 @@ Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
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()
|
MAPREDUCE-6210. Use getApplicationAttemptId() instead of getApplicationId()
|
||||||
for logging AttemptId in RMContainerAllocator.java (Leitao Guo via aajisaka)
|
for logging AttemptId in RMContainerAllocator.java (Leitao Guo via aajisaka)
|
||||||
|
|
||||||
|
@ -448,9 +454,6 @@ Release 2.7.0 - UNRELEASED
|
||||||
MAPREDUCE-6045. need close the DataInputStream after open it in
|
MAPREDUCE-6045. need close the DataInputStream after open it in
|
||||||
TestMapReduce.java (zxu via rkanter)
|
TestMapReduce.java (zxu via rkanter)
|
||||||
|
|
||||||
MAPREDUCE-6199. AbstractCounters are not reset completely on
|
|
||||||
deserialization (adhoot via rkanter)
|
|
||||||
|
|
||||||
MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems (Jens
|
MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems (Jens
|
||||||
Rabe via jlowe)
|
Rabe via jlowe)
|
||||||
|
|
||||||
|
@ -721,9 +724,6 @@ Release 2.6.0 - 2014-11-18
|
||||||
MAPREDUCE-6123. TestCombineFileInputFormat incorrectly starts 2
|
MAPREDUCE-6123. TestCombineFileInputFormat incorrectly starts 2
|
||||||
MiniDFSCluster instances. (cnauroth)
|
MiniDFSCluster instances. (cnauroth)
|
||||||
|
|
||||||
MAPREDUCE-5875. Make Counter limits consistent across JobClient,
|
|
||||||
MRAppMaster, and YarnChild. (Gera Shegalov via kasha)
|
|
||||||
|
|
||||||
MAPREDUCE-6125. TestContainerLauncherImpl sometimes fails (Mit Desai via
|
MAPREDUCE-6125. TestContainerLauncherImpl sometimes fails (Mit Desai via
|
||||||
jlowe)
|
jlowe)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue