File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,9 +186,6 @@ Release 2.1.1-beta - UNRELEASED
186186
187187 OPTIMIZATIONS
188188
189- MAPREDUCE-5352. Optimize node local splits generated by
190- CombineFileInputFormat. (sseth)
191-
192189 MAPREDUCE-5446. TestJobHistoryEvents and TestJobHistoryParsing have race
193190 conditions (jlowe via kihwal)
194191
@@ -395,6 +392,9 @@ Release 2.1.0-beta - 2013-08-06
395392 MAPREDUCE-5268. Improve history server startup performance (Karthik
396393 Kambatla via jlowe)
397394
395+ MAPREDUCE-5352. Optimize node local splits generated by
396+ CombineFileInputFormat. (sseth)
397+
398398 BUG FIXES
399399
400400 MAPREDUCE-4671. AM does not tell the RM about container requests which are
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ Release 2.1.1-beta - UNRELEASED
4343
4444 YARN-589. Expose a REST API for monitoring the fair scheduler (Sandy Ryza).
4545
46- YARN-1045. Improve toString implementation for PBImpls. (Jian He via sseth)
47-
4846 OPTIMIZATIONS
4947
5048 BUG FIXES
@@ -524,6 +522,8 @@ Release 2.1.0-beta - 2013-08-06
524522 YARN-1046. Disable mem monitoring by default in MiniYARNCluster. (Karthik
525523 Kambatla via Sandy Ryza)
526524
525+ YARN-1045. Improve toString implementation for PBImpls. (Jian He via sseth)
526+
527527 OPTIMIZATIONS
528528
529529 YARN-512. Log aggregation root directory check is more expensive than it
You can’t perform that action at this time.
0 commit comments