Author: sandy
Date: Mon Oct 21 18:39:57 2013
New Revision: 1534311
URL: http://svn.apache.org/r1534311
Log:
YARN-1258: Move to 2.2.1 in CHANGES.txt
Modified:
hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt
Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt?rev=1534311&r1=1534310&r2=1534311&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Mon Oct 21
18:39:57 2013
@@ -43,8 +43,6 @@ Release 2.3.0 - UNRELEASED
YARN-976. Document the meaning of a virtual core. (Sandy Ryza)
- YARN-1258. Allow configuring the Fair Scheduler root queue (Sandy Ryza)
-
YARN-1182. MiniYARNCluster creates and inits the RM/NM only on start()
(Karthik Kambatla via Sandy Ryza)
@@ -77,6 +75,8 @@ Release 2.2.1 - UNRELEASED
YARN-305. Fair scheduler logs too many "Node offered to app" messages.
(Lohit Vijayarenu via Sandy Ryza)
+ YARN-1258. Allow configuring the Fair Scheduler root queue (Sandy Ryza)
+
OPTIMIZATIONS
BUG FIXES