Moving recent bug-fixes to hadoop-2.2.1.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1530128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61c1dd96c3
commit
418773f44e
|
@ -390,6 +390,20 @@ Release 2.3.0 - UNRELEASED
|
||||||
HADOOP-9981. globStatus should minimize its listStatus and getFileStatus
|
HADOOP-9981. globStatus should minimize its listStatus and getFileStatus
|
||||||
calls. (Contributed by Colin Patrick McCabe)
|
calls. (Contributed by Colin Patrick McCabe)
|
||||||
|
|
||||||
|
Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
|
HADOOP-10028. Malformed ssl-server.xml.example. (Haohui Mai via jing9)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -426,8 +440,6 @@ Release 2.2.0 - 2013-10-13
|
||||||
HADOOP-10017. Fix NPE in DFSClient#getDelegationToken when doing Distcp
|
HADOOP-10017. Fix NPE in DFSClient#getDelegationToken when doing Distcp
|
||||||
from a secured cluster to an insecured cluster. (Haohui Mai via jing9)
|
from a secured cluster to an insecured cluster. (Haohui Mai via jing9)
|
||||||
|
|
||||||
HADOOP-10028. Malformed ssl-server.xml.example. (Haohui Mai via jing9)
|
|
||||||
|
|
||||||
Release 2.1.1-beta - 2013-09-23
|
Release 2.1.1-beta - 2013-09-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -330,6 +330,27 @@ Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-5266. ElasticByteBufferPool#Key does not implement equals. (cnauroth)
|
HDFS-5266. ElasticByteBufferPool#Key does not implement equals. (cnauroth)
|
||||||
|
|
||||||
|
Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
|
HDFS-5307. Support both HTTP and HTTPS in jsp pages (Haohui Mai via
|
||||||
|
brandonli)
|
||||||
|
|
||||||
|
HDFS-5291. Standby namenode after transition to active goes into safemode.
|
||||||
|
(jing9)
|
||||||
|
|
||||||
|
HDFS-5317. Go back to DFS Home link does not work on datanode webUI
|
||||||
|
(Haohui Mai via brandonli)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -394,15 +415,6 @@ Release 2.2.0 - 2013-10-13
|
||||||
HDFS-5259. Support client which combines appended data with old data
|
HDFS-5259. Support client which combines appended data with old data
|
||||||
before sends it to NFS server. (brandonli)
|
before sends it to NFS server. (brandonli)
|
||||||
|
|
||||||
HDFS-5307. Support both HTTP and HTTPS in jsp pages (Haohui Mai via
|
|
||||||
branconli)
|
|
||||||
|
|
||||||
HDFS-5291. Standby namenode after transition to active goes into safemode.
|
|
||||||
(jing9)
|
|
||||||
|
|
||||||
HDFS-5317. Go back to DFS Home link does not work on datanode webUI
|
|
||||||
(Haohui Mai via brandonli)
|
|
||||||
|
|
||||||
Release 2.1.1-beta - 2013-09-23
|
Release 2.1.1-beta - 2013-09-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -187,6 +187,18 @@ Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
MAPREDUCE-5514. Fix TestRMContainerAllocator. (Zhijie Shen via acmurthy)
|
MAPREDUCE-5514. Fix TestRMContainerAllocator. (Zhijie Shen via acmurthy)
|
||||||
|
|
||||||
|
Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -69,6 +69,18 @@ Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
YARN-1268. TestFairScheduler.testContinuousScheduling is flaky (Sandy Ryza)
|
YARN-1268. TestFairScheduler.testContinuousScheduling is flaky (Sandy Ryza)
|
||||||
|
|
||||||
|
Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue