Preparing for bug-fix 2.0.4-alpha release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1453886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33b3bcd357
commit
80c2cf57fd
@ -461,7 +461,7 @@ Trunk (Unreleased)
|
|||||||
|
|
||||||
HADOOP-9365. TestHAZKUtil fails on Windows. (Ivan Mitic via suresh)
|
HADOOP-9365. TestHAZKUtil fails on Windows. (Ivan Mitic via suresh)
|
||||||
|
|
||||||
Release 2.0.4-beta - UNRELEASED
|
Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
@ -532,6 +532,18 @@ Release 2.0.4-beta - UNRELEASED
|
|||||||
HADOOP-9337. org.apache.hadoop.fs.DF.getMount() does not work on Mac OS.
|
HADOOP-9337. org.apache.hadoop.fs.DF.getMount() does not work on Mac OS.
|
||||||
(Ivan A. Veselovsky via atm)
|
(Ivan A. Veselovsky via atm)
|
||||||
|
|
||||||
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.0.3-alpha - 2013-02-06
|
Release 2.0.3-alpha - 2013-02-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -321,7 +321,7 @@ Trunk (Unreleased)
|
|||||||
HDFS-4297. Fix issues related to datanode concurrent reading and writing on
|
HDFS-4297. Fix issues related to datanode concurrent reading and writing on
|
||||||
Windows. (Arpit Agarwal, Chuan Liu via suresh)
|
Windows. (Arpit Agarwal, Chuan Liu via suresh)
|
||||||
|
|
||||||
Release 2.0.4-beta - UNRELEASED
|
Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
@ -371,6 +371,18 @@ Release 2.0.4-beta - UNRELEASED
|
|||||||
HDFS-4544. Error in deleting blocks should not do check disk, for
|
HDFS-4544. Error in deleting blocks should not do check disk, for
|
||||||
all types of errors. (Arpit Agarwal via suresh)
|
all types of errors. (Arpit Agarwal via suresh)
|
||||||
|
|
||||||
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.0.3-alpha - 2013-02-06
|
Release 2.0.3-alpha - 2013-02-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -180,7 +180,7 @@ Trunk (Unreleased)
|
|||||||
HADOOP-9372. Fix bad timeout annotations on tests.
|
HADOOP-9372. Fix bad timeout annotations on tests.
|
||||||
(Arpit Agarwal via suresh)
|
(Arpit Agarwal via suresh)
|
||||||
|
|
||||||
Release 2.0.4-beta - UNRELEASED
|
Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
@ -230,6 +230,18 @@ Release 2.0.4-beta - UNRELEASED
|
|||||||
appropriately used and that on-disk segments are correctly sorted on
|
appropriately used and that on-disk segments are correctly sorted on
|
||||||
file-size. (Anty Rao and Ravi Prakash via acmurthy)
|
file-size. (Anty Rao and Ravi Prakash via acmurthy)
|
||||||
|
|
||||||
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.0.3-alpha - 2013-02-06
|
Release 2.0.3-alpha - 2013-02-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -48,7 +48,7 @@ Trunk - Unreleased
|
|||||||
YARN-359. Fixing commands for container signalling in Windows. (Chris Nauroth
|
YARN-359. Fixing commands for container signalling in Windows. (Chris Nauroth
|
||||||
via vinodkv)
|
via vinodkv)
|
||||||
|
|
||||||
Release 2.0.4-beta - UNRELEASED
|
Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
@ -91,6 +91,18 @@ Release 2.0.4-beta - UNRELEASED
|
|||||||
YARN-376. Fixes a bug which would prevent the NM knowing about completed
|
YARN-376. Fixes a bug which would prevent the NM knowing about completed
|
||||||
containers and applications. (Jason Lowe via sseth)
|
containers and applications. (Jason Lowe via sseth)
|
||||||
|
|
||||||
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
YARN-429. capacity-scheduler config missing from yarn-test artifact.
|
YARN-429. capacity-scheduler config missing from yarn-test artifact.
|
||||||
(sseth via hitesh)
|
(sseth via hitesh)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user