YARN-412. Pushing to 2.0.5-beta only.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1467470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2013-04-12 21:19:39 +00:00
parent 2dfc42d613
commit 5e94420456
1 changed files with 4 additions and 4 deletions

View File

@ -231,6 +231,10 @@ Release 2.0.5-beta - UNRELEASED
does not have permission causes the client to wait forever.
(shenhong via tomwhite)
YARN-412. Fixed FifoScheduler to check hostname of a NodeManager rather
than its host:port during scheduling which caused incorrect locality for
containers. (Roger Hoover via acmurthy)
Release 2.0.4-alpha - UNRELEASED
INCOMPATIBLE CHANGES
@ -249,10 +253,6 @@ Release 2.0.4-alpha - UNRELEASED
YARN-470. Support a way to disable resource monitoring on the NodeManager.
(Siddharth Seth via hitesh)
YARN-412. Fixed FifoScheduler to check hostname of a NodeManager rather
than its host:port during scheduling which caused incorrect locality for
containers. (Roger Hoover via acmurthy)
Release 2.0.3-alpha - 2013-02-06
INCOMPATIBLE CHANGES