Fixed CHANGES.txt to reflect that all fixes in 2.1.1-beta are now in 2.1.0-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7080007ad
commit
78137a3634
|
@ -35,16 +35,10 @@ Release 2.1.1-beta - UNRELEASED
|
|||
|
||||
IMPROVEMENTS
|
||||
|
||||
HADOOP-9418. Add symlink resolution support to DistributedFileSystem.
|
||||
(Andrew Wang via Colin Patrick McCabe)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HDFS-4982. JournalNode should relogin from keytab before fetching logs
|
||||
from other JNs (todd)
|
||||
|
||||
Release 2.1.0-beta - 2013-07-02
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -232,6 +226,9 @@ Release 2.1.0-beta - 2013-07-02
|
|||
HDFS-4996. ClientProtocol#metaSave can be made idempotent by overwriting the
|
||||
output file instead of appending to it. (cnauroth)
|
||||
|
||||
HADOOP-9418. Add symlink support to DistributedFileSystem (Andrew Wang via
|
||||
Colin Patrick McCabe)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HDFS-4465. Optimize datanode ReplicasMap and ReplicaInfo. (atm)
|
||||
|
@ -1021,6 +1018,9 @@ Release 2.1.0-beta - 2013-07-02
|
|||
HDFS-5005. Move SnapshotException and SnapshotAccessControlException
|
||||
to o.a.h.hdfs.protocol. (jing9)
|
||||
|
||||
HDFS-4982. JournalNode should relogin from keytab before fetching logs
|
||||
from other JNs (todd)
|
||||
|
||||
Release 2.0.5-alpha - 06/06/2013
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -32,34 +32,10 @@ Release 2.1.1-beta - UNRELEASED
|
|||
|
||||
IMPROVEMENTS
|
||||
|
||||
YARN-912. Move client facing exceptions to yarn-api module. (Mayank Bansal
|
||||
via vinodkv)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
||||
YARN-368. Fixed a typo in error message in Auxiliary services. (Albert Chu
|
||||
via vinodkv)
|
||||
|
||||
YARN-295. Fixed a race condition in ResourceManager RMAppAttempt state
|
||||
machine. (Mayank Bansal via vinodkv)
|
||||
|
||||
YARN-523. Modified a test-case to validate container diagnostics on
|
||||
localization failures. (Jian He via vinodkv)
|
||||
|
||||
YARN-661. Fixed NM to cleanup users' local directories correctly when
|
||||
starting up. (Omkar Vinit Joshi via vinodkv)
|
||||
|
||||
YARN-820. Fixed an invalid state transition in NodeManager caused by failing
|
||||
resource localization. (Mayank Bansal via vinodkv)
|
||||
|
||||
YARN-62. Modified NodeManagers to avoid AMs from abusing container tokens for
|
||||
repetitive container launches. (Omkar Vinit Joshi via vinodkv)
|
||||
|
||||
YARN-814. Improving diagnostics when containers fail during launch due to
|
||||
various reasons like invalid env etc. (Jian He via vinodkv)
|
||||
|
||||
Release 2.1.0-beta - 2013-07-02
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -498,6 +474,9 @@ Release 2.1.0-beta - 2013-07-02
|
|||
YARN-865. RM webservices can't query based on application Types. (Xuan Gong
|
||||
via hitesh)
|
||||
|
||||
YARN-912. Move client facing exceptions to yarn-api module. (Mayank Bansal
|
||||
via vinodkv)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
YARN-512. Log aggregation root directory check is more expensive than it
|
||||
|
@ -788,6 +767,27 @@ Release 2.1.0-beta - 2013-07-02
|
|||
YARN-333. Schedulers cannot control the queue-name of an
|
||||
application. (sandyr via tucu)
|
||||
|
||||
YARN-368. Fixed a typo in error message in Auxiliary services. (Albert Chu
|
||||
via vinodkv)
|
||||
|
||||
YARN-295. Fixed a race condition in ResourceManager RMAppAttempt state
|
||||
machine. (Mayank Bansal via vinodkv)
|
||||
|
||||
YARN-523. Modified a test-case to validate container diagnostics on
|
||||
localization failures. (Jian He via vinodkv)
|
||||
|
||||
YARN-661. Fixed NM to cleanup users' local directories correctly when
|
||||
starting up. (Omkar Vinit Joshi via vinodkv)
|
||||
|
||||
YARN-820. Fixed an invalid state transition in NodeManager caused by failing
|
||||
resource localization. (Mayank Bansal via vinodkv)
|
||||
|
||||
YARN-62. Modified NodeManagers to avoid AMs from abusing container tokens for
|
||||
repetitive container launches. (Omkar Vinit Joshi via vinodkv)
|
||||
|
||||
YARN-814. Improving diagnostics when containers fail during launch due to
|
||||
various reasons like invalid env etc. (Jian He via vinodkv)
|
||||
|
||||
Release 2.0.5-alpha - 06/06/2013
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue