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/trunk@1514432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02b19e0738
commit
d62bd71d65
|
@ -186,9 +186,6 @@ Release 2.1.1-beta - UNRELEASED
|
|||
|
||||
OPTIMIZATIONS
|
||||
|
||||
MAPREDUCE-5352. Optimize node local splits generated by
|
||||
CombineFileInputFormat. (sseth)
|
||||
|
||||
MAPREDUCE-5446. TestJobHistoryEvents and TestJobHistoryParsing have race
|
||||
conditions (jlowe via kihwal)
|
||||
|
||||
|
@ -395,6 +392,9 @@ Release 2.1.0-beta - 2013-08-06
|
|||
MAPREDUCE-5268. Improve history server startup performance (Karthik
|
||||
Kambatla via jlowe)
|
||||
|
||||
MAPREDUCE-5352. Optimize node local splits generated by
|
||||
CombineFileInputFormat. (sseth)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
MAPREDUCE-4671. AM does not tell the RM about container requests which are
|
||||
|
|
|
@ -43,8 +43,6 @@ Release 2.1.1-beta - UNRELEASED
|
|||
|
||||
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
|
||||
|
||||
BUG FIXES
|
||||
|
@ -524,6 +522,8 @@ Release 2.1.0-beta - 2013-08-06
|
|||
YARN-1046. Disable mem monitoring by default in MiniYARNCluster. (Karthik
|
||||
Kambatla via Sandy Ryza)
|
||||
|
||||
YARN-1045. Improve toString implementation for PBImpls. (Jian He via sseth)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
YARN-512. Log aggregation root directory check is more expensive than it
|
||||
|
|
Loading…
Reference in New Issue