Author: vinodkv
Date: Sun Mar 23 01:11:06 2014
New Revision: 1580403
URL: http://svn.apache.org/r1580403
Log:
Relocate wrongly place entries in YARNs's CHANGES.txt (vinodkv)
svn merge --ignore-ancestry -c 1580400 ../../trunk/
Modified:
hadoop/common/branches/branch-2.4/hadoop-yarn-project/CHANGES.txt
Modified: hadoop/common/branches/branch-2.4/hadoop-yarn-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-yarn-project/CHANGES.txt?rev=1580403&r1=1580402&r2=1580403&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.4/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2.4/hadoop-yarn-project/CHANGES.txt Sun Mar
23 01:11:06 2014
@@ -114,11 +114,6 @@ Release 2.4.0 - UNRELEASED
YARN-1717. Enabled periodically discarding old data in
LeveldbTimelineStore.
(Billie Rinaldi via zjshen)
- YARN-1846. TestRM#testNMTokenSentForNormalContainer assumes
CapacityScheduler.
- (Robert Kanter via kasha)
-
- YARN-1705. Reset cluster-metrics on transition to standby. (Rohith via
kasha)
-
YARN-1690. Made DistributedShell send timeline entities+events. (Mayank
Bansal
via zjshen)
@@ -229,9 +224,6 @@ Release 2.4.0 - UNRELEASED
token for the right ResourceManager when HA is enabled. (Karthik Kambatla
via
vinodkv)
- YARN-1785. FairScheduler treats app lookup failures as ERRORs.
- (bc Wong via kasha)
-
YARN-1761. Modified RMAdmin CLI to check whether HA is enabled or not
before
it executes any of the HA admin related commands. (Xuan Gong via vinodkv)
@@ -256,9 +248,6 @@ Release 2.4.0 - UNRELEASED
expose analogous getApplication(s)/Attempt(s)/Container(s) APIs. (Mayank
Bansal via zjshen)
- YARN-1771. Reduce the number of NameNode operations during localization of
- public resources using a cache. (Sangjin Lee via cdouglas)
-
YARN-1658. Modified web-app framework to let standby RMs redirect
web-service calls to the active RM. (Cindy Li via vinodkv)
@@ -279,6 +268,9 @@ Release 2.4.0 - UNRELEASED
OPTIMIZATIONS
+ YARN-1771. Reduce the number of NameNode operations during localization of
+ public resources using a cache. (Sangjin Lee via cdouglas)
+
BUG FIXES
YARN-935. Correcting pom.xml to build applicationhistoryserver module
@@ -508,6 +500,17 @@ Release 2.4.0 - UNRELEASED
YARN-1577. Made UnmanagedAMLauncher do launchAM after the attempt reaches
the LAUNCHED state. (Jian He via zjshen)
+ YARN-1785. FairScheduler treats app lookup failures as ERRORs.
+ (bc Wong via kasha)
+
+ YARN-1752. Fixed ApplicationMasterService to reject unregister request if
+ AM did not register before. (Rohith Sharma via jianhe)
+
+ YARN-1846. TestRM#testNMTokenSentForNormalContainer assumes
CapacityScheduler.
+ (Robert Kanter via kasha)
+
+ YARN-1705. Reset cluster-metrics on transition to standby. (Rohith via
kasha)
+
Release 2.3.1 - UNRELEASED
INCOMPATIBLE CHANGES