YARN-1493,YARN-1490,YARN-1041, YARN-1166,YARN-1566,YARN-1689,YARN-1661 are reverted from branch-2.3. Updating YARN's CHANGES.txt.
svn merge --ignore-ancestry -c 1565805 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1565806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ad6a71880
commit
0b17921109
|
@ -77,6 +77,16 @@ Release 2.4.0 - UNRELEASED
|
||||||
new APIs for retrieving and storing timeline information. (Zhijie Shen via
|
new APIs for retrieving and storing timeline information. (Zhijie Shen via
|
||||||
vinodkv)
|
vinodkv)
|
||||||
|
|
||||||
|
YARN-1490. Introduced the ability to make ResourceManager optionally not kill
|
||||||
|
all containers when an ApplicationMaster exits. (Jian He via vinodkv)
|
||||||
|
|
||||||
|
YARN-1041. Added the ApplicationMasterProtocol API for applications to use the
|
||||||
|
ability in ResourceManager to optionally not kill containers when the
|
||||||
|
ApplicationMaster exits. (Jian He via vinodkv)
|
||||||
|
|
||||||
|
YARN-1566. Changed Distributed Shell to retain containers across application
|
||||||
|
attempts. (Jian He via vinodkv)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
YARN-1007. Enhance History Reader interface for Containers. (Mayank Bansal via
|
YARN-1007. Enhance History Reader interface for Containers. (Mayank Bansal via
|
||||||
|
@ -121,6 +131,9 @@ Release 2.4.0 - UNRELEASED
|
||||||
yarn.resourcemanager.hostname.RMID and use the default ports for all service
|
yarn.resourcemanager.hostname.RMID and use the default ports for all service
|
||||||
addresses. (Xuan Gong via vinodkv)
|
addresses. (Xuan Gong via vinodkv)
|
||||||
|
|
||||||
|
YARN-1493. Changed ResourceManager and Scheduler interfacing to recognize
|
||||||
|
app-attempts separately from apps. (Jian He via vinodkv)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -176,6 +189,15 @@ Release 2.4.0 - UNRELEASED
|
||||||
YARN-1684. Fixed history server heap size in yarn script. (Billie Rinaldi
|
YARN-1684. Fixed history server heap size in yarn script. (Billie Rinaldi
|
||||||
via zjshen)
|
via zjshen)
|
||||||
|
|
||||||
|
YARN-1166. Fixed app-specific and attempt-specific QueueMetrics to be
|
||||||
|
triggered by accordingly app event and attempt event.
|
||||||
|
|
||||||
|
YARN-1689. Made RMAppAttempt get killed when RMApp is at ACCEPTED. (Vinod
|
||||||
|
Kumar Vavilapalli via zjshen)
|
||||||
|
|
||||||
|
YARN-1661. Fixed DS ApplicationMaster to write the correct exit log. (Vinod
|
||||||
|
Kumar Vavilapalli via zjshen)
|
||||||
|
|
||||||
Release 2.3.0 - UNRELEASED
|
Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -219,18 +241,8 @@ Release 2.3.0 - UNRELEASED
|
||||||
YARN-1029. Added embedded leader election in the ResourceManager. (Karthik
|
YARN-1029. Added embedded leader election in the ResourceManager. (Karthik
|
||||||
Kambatla via vinodkv)
|
Kambatla via vinodkv)
|
||||||
|
|
||||||
YARN-1490. Introduced the ability to make ResourceManager optionally not kill
|
|
||||||
all containers when an ApplicationMaster exits. (Jian He via vinodkv)
|
|
||||||
|
|
||||||
YARN-1033. Expose RM active/standby state to Web UI and REST API (kasha)
|
YARN-1033. Expose RM active/standby state to Web UI and REST API (kasha)
|
||||||
|
|
||||||
YARN-1041. Added the ApplicationMasterProtocol API for applications to use the
|
|
||||||
ability in ResourceManager to optionally not kill containers when the
|
|
||||||
ApplicationMaster exits. (Jian He via vinodkv)
|
|
||||||
|
|
||||||
YARN-1566. Changed Distributed Shell to retain containers across application
|
|
||||||
attempts. (Jian He via vinodkv)
|
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
YARN-305. Fair scheduler logs too many "Node offered to app" messages.
|
YARN-305. Fair scheduler logs too many "Node offered to app" messages.
|
||||||
|
@ -394,9 +406,6 @@ Release 2.3.0 - UNRELEASED
|
||||||
YARN-1541. Changed ResourceManager to invalidate ApplicationMaster host/port
|
YARN-1541. Changed ResourceManager to invalidate ApplicationMaster host/port
|
||||||
information once an AM crashes. (Jian He via vinodkv)
|
information once an AM crashes. (Jian He via vinodkv)
|
||||||
|
|
||||||
YARN-1493. Changed ResourceManager and Scheduler interfacing to recognize
|
|
||||||
app-attempts separately from apps. (Jian He via vinodkv)
|
|
||||||
|
|
||||||
YARN-1482. Modified WebApplicationProxy to make it work across ResourceManager
|
YARN-1482. Modified WebApplicationProxy to make it work across ResourceManager
|
||||||
fail-over. (Xuan Gong via vinodkv)
|
fail-over. (Xuan Gong via vinodkv)
|
||||||
|
|
||||||
|
@ -582,9 +591,6 @@ Release 2.3.0 - UNRELEASED
|
||||||
YARN-1574. RMDispatcher should be reset on transition to standby. (Xuan Gong
|
YARN-1574. RMDispatcher should be reset on transition to standby. (Xuan Gong
|
||||||
via kasha)
|
via kasha)
|
||||||
|
|
||||||
YARN-1166. Fixed app-specific and attempt-specific QueueMetrics to be
|
|
||||||
triggered by accordingly app event and attempt event.
|
|
||||||
|
|
||||||
YARN-1598. HA-related rmadmin commands don't work on a secure cluster (kasha)
|
YARN-1598. HA-related rmadmin commands don't work on a secure cluster (kasha)
|
||||||
|
|
||||||
YARN-1603. Remove two *.orig files which were unexpectedly committed.
|
YARN-1603. Remove two *.orig files which were unexpectedly committed.
|
||||||
|
@ -612,12 +618,6 @@ Release 2.3.0 - UNRELEASED
|
||||||
YARN-1628. Fixed the test failure in TestContainerManagerSecurity. (Vinod
|
YARN-1628. Fixed the test failure in TestContainerManagerSecurity. (Vinod
|
||||||
Kumar Vavilapalli via zjshen)
|
Kumar Vavilapalli via zjshen)
|
||||||
|
|
||||||
YARN-1661. Fixed DS ApplicationMaster to write the correct exit log. (Vinod
|
|
||||||
Kumar Vavilapalli via zjshen)
|
|
||||||
|
|
||||||
YARN-1689. Made RMAppAttempt get killed when RMApp is at ACCEPTED. (Vinod
|
|
||||||
Kumar Vavilapalli via zjshen)
|
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue