Author: tucu
Date: Wed Oct 9 17:10:29 2013
New Revision: 1530715
URL: http://svn.apache.org/r1530715
Log:
Amending yarn CHANGES.txt moving YARN-1284 to 2.2.1
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=1530715&r1=1530714&r2=1530715&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Wed Oct 9
17:10:29 2013
@@ -14,9 +14,6 @@ Release 2.3.0 - UNRELEASED
YARN-1010. FairScheduler: decouple container scheduling from nodemanager
heartbeats. (Wei Yan via Sandy Ryza)
- YARN-1253. Changes to LinuxContainerExecutor to run containers as a single
- dedicated user in non-secure mode. (rvs via tucu)
-
IMPROVEMENTS
YARN-905. Add state filters to nodes CLI (Wei Yan via Sandy Ryza)
@@ -76,6 +73,9 @@ Release 2.2.1 - UNRELEASED
BUG FIXES
+ YARN-1253. Changes to LinuxContainerExecutor to run containers as a single
+ dedicated user in non-secure mode. (rvs via tucu)
+
Release 2.2.0 - 2013-10-13
INCOMPATIBLE CHANGES