HADOOP-9660. Merging change r1539535 from trunk to branch-2.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1539536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2013-11-07 06:52:19 +00:00
parent c02e97c531
commit 5406659b12
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@ Release 2.2.1 - UNRELEASED
HADOOP-9478. Fix race conditions during the initialization of Configuration
related to deprecatedKeyMap (cmccabe)
HADOOP-9660. [WINDOWS] Powershell / cmd parses -Dkey=value from command line
as [-Dkey, value] which breaks GenericsOptionParser.
(Enis Soztutar via cnauroth)
Release 2.2.0 - 2013-10-13
INCOMPATIBLE CHANGES