Author: sandy
Date: Mon Oct 21 18:39:02 2013
New Revision: 1534310
URL: http://svn.apache.org/r1534310
Log:
YARN-1258: Move to 2.2.1 in CHANGES.txt
Modified:
hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
Modified: hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt?rev=1534310&r1=1534309&r2=1534310&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt Mon Oct 21 18:39:02 2013
@@ -61,8 +61,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)
@@ -95,6 +93,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