MAPREDUCE-3284. Moved JobQueueClient to hadoop-mapreduce-client-core.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1190084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2011-10-27 23:21:09 +00:00
parent 8cb0d4b380
commit 739acd6e14
2 changed files with 3 additions and 0 deletions

View File

@ -1818,6 +1818,9 @@ Release 0.23.0 - Unreleased
MAPREDUCE-3228. Fixed MR AM to timeout RPCs to bad NodeManagers. (vinodkv
via acmurthy)
MAPREDUCE-3284. Moved JobQueueClient to hadoop-mapreduce-client-core.
(acmurthy)
Release 0.22.0 - Unreleased
INCOMPATIBLE CHANGES