Relocate wrongly place entries in YARNs's CHANGES.txt (vinodkv)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1580400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00ceaade05
commit
6784b96913
@ -22,6 +22,7 @@ Release 2.5.0 - UNRELEASED
|
|||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
YARN-1479. Invalid NaN values in Hadoop REST API JSON response (Chen He via
|
YARN-1479. Invalid NaN values in Hadoop REST API JSON response (Chen He via
|
||||||
jeagles)
|
jeagles)
|
||||||
|
|
||||||
@ -170,11 +171,6 @@ Release 2.4.0 - UNRELEASED
|
|||||||
YARN-1717. Enabled periodically discarding old data in LeveldbTimelineStore.
|
YARN-1717. Enabled periodically discarding old data in LeveldbTimelineStore.
|
||||||
(Billie Rinaldi via zjshen)
|
(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
|
YARN-1690. Made DistributedShell send timeline entities+events. (Mayank Bansal
|
||||||
via zjshen)
|
via zjshen)
|
||||||
|
|
||||||
@ -285,12 +281,6 @@ Release 2.4.0 - UNRELEASED
|
|||||||
token for the right ResourceManager when HA is enabled. (Karthik Kambatla via
|
token for the right ResourceManager when HA is enabled. (Karthik Kambatla via
|
||||||
vinodkv)
|
vinodkv)
|
||||||
|
|
||||||
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-1761. Modified RMAdmin CLI to check whether HA is enabled or not before
|
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)
|
it executes any of the HA admin related commands. (Xuan Gong via vinodkv)
|
||||||
|
|
||||||
@ -315,9 +305,6 @@ Release 2.4.0 - UNRELEASED
|
|||||||
expose analogous getApplication(s)/Attempt(s)/Container(s) APIs. (Mayank
|
expose analogous getApplication(s)/Attempt(s)/Container(s) APIs. (Mayank
|
||||||
Bansal via zjshen)
|
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
|
YARN-1658. Modified web-app framework to let standby RMs redirect
|
||||||
web-service calls to the active RM. (Cindy Li via vinodkv)
|
web-service calls to the active RM. (Cindy Li via vinodkv)
|
||||||
|
|
||||||
@ -335,6 +322,9 @@ Release 2.4.0 - UNRELEASED
|
|||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
YARN-1771. Reduce the number of NameNode operations during localization of
|
||||||
|
public resources using a cache. (Sangjin Lee via cdouglas)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
YARN-935. Correcting pom.xml to build applicationhistoryserver module
|
YARN-935. Correcting pom.xml to build applicationhistoryserver module
|
||||||
@ -561,6 +551,17 @@ Release 2.4.0 - UNRELEASED
|
|||||||
YARN-1577. Made UnmanagedAMLauncher do launchAM after the attempt reaches
|
YARN-1577. Made UnmanagedAMLauncher do launchAM after the attempt reaches
|
||||||
the LAUNCHED state. (Jian He via zjshen)
|
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
|
Release 2.3.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
Reference in New Issue
Block a user