Fixing CHANGES.txt entry for YARN-319.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1467133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2013-04-11 23:09:43 +00:00
parent 3c8bd60616
commit 529170de44
1 changed files with 4 additions and 4 deletions

View File

@ -227,6 +227,10 @@ Release 2.0.5-beta - UNRELEASED
YARN-539. Addressed memory leak of LocalResource objects NM when a resource
localization fails. (Omkar Vinit Joshi via vinodkv)
YARN-319. Submitting a job to a fair scheduler queue for which the user
does not have permission causes the client to wait forever.
(shenhong via tomwhite)
Release 2.0.4-alpha - UNRELEASED
INCOMPATIBLE CHANGES
@ -443,10 +447,6 @@ Release 2.0.3-alpha - 2013-02-06
YARN-302. Fair scheduler assignmultiple should default to false. (sandyr via tucu)
YARN-319. Submitting a job to a fair scheduler queue for which the user
does not have permission causes the client to wait forever.
(shenhong via tomwhite)
YARN-372. Move InlineDispatcher from hadoop-yarn-server-resourcemanager to
hadoop-yarn-common (sseth via hitesh)