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/branches/branch-2@1514433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f36a6c55f2
commit
56cfd507f1
|
@ -49,9 +49,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)
|
||||||
|
|
||||||
|
@ -258,6 +255,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
|
||||||
|
|
|
@ -28,8 +28,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
|
||||||
|
@ -509,6 +507,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
|
||||||
|
|
Loading…
Reference in New Issue