HADOOP-8562. Fix CHANGES.txt to move 8562 and related tasks to 2.0.5 section
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1486334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e339d710cc
commit
e1d5aca10b
|
@ -14,10 +14,6 @@ Trunk (Unreleased)
|
||||||
MAPREDUCE-4887. Add RehashPartitioner, to smooth distributions
|
MAPREDUCE-4887. Add RehashPartitioner, to smooth distributions
|
||||||
with poor implementations of Object#hashCode(). (Radim Kolar via cutting)
|
with poor implementations of Object#hashCode(). (Radim Kolar via cutting)
|
||||||
|
|
||||||
HADOOP-8562. Enhancements to support Hadoop on Windows Server and Windows
|
|
||||||
Azure environments. (See breakdown of tasks below for subtasks and
|
|
||||||
contributors)
|
|
||||||
|
|
||||||
MAPREDUCE-5232. Add a configuration to be able to log classpath and other
|
MAPREDUCE-5232. Add a configuration to be able to log classpath and other
|
||||||
system properties on mapreduce JVMs startup. (Sangjin Lee via vinodkv)
|
system properties on mapreduce JVMs startup. (Sangjin Lee via vinodkv)
|
||||||
|
|
||||||
|
@ -131,9 +127,6 @@ Trunk (Unreleased)
|
||||||
MAPREDUCE-5012. Typo in javadoc for IdentityMapper class. (Adam Monsen
|
MAPREDUCE-5012. Typo in javadoc for IdentityMapper class. (Adam Monsen
|
||||||
via suresh)
|
via suresh)
|
||||||
|
|
||||||
MAPREDUCE-5078. TestMRAppMaster fails on Windows due to mismatched path
|
|
||||||
separators. (Chris Nauroth via sseth)
|
|
||||||
|
|
||||||
MAPREDUCE-4885. Streaming tests have multiple failures on Windows. (Chris
|
MAPREDUCE-4885. Streaming tests have multiple failures on Windows. (Chris
|
||||||
Nauroth via bikas)
|
Nauroth via bikas)
|
||||||
|
|
||||||
|
@ -144,30 +137,6 @@ Trunk (Unreleased)
|
||||||
MAPREDUCE-5191. TestQueue#testQueue fails with timeout on Windows. (Ivan
|
MAPREDUCE-5191. TestQueue#testQueue fails with timeout on Windows. (Ivan
|
||||||
Mitic via hitesh)
|
Mitic via hitesh)
|
||||||
|
|
||||||
BREAKDOWN OF HADOOP-8562 SUBTASKS
|
|
||||||
|
|
||||||
MAPREDUCE-4739. Some MapReduce tests fail to find winutils.
|
|
||||||
(Chris Nauroth via suresh)
|
|
||||||
|
|
||||||
MAPREDUCE-4780. MapReduce distribution build fails on Windows.
|
|
||||||
(Chris Nauroth via suresh)
|
|
||||||
|
|
||||||
MAPREDUCE-4790. MapReduce build script would be more readable using abspath.
|
|
||||||
(Chris Nauroth via suresh)
|
|
||||||
|
|
||||||
MAPREDUCE-4869. Fix TestMapReduceChildJVM. (Chris Nauroth via acmurthy)
|
|
||||||
|
|
||||||
MAPREDUCE-4870. Fix TestMRJobsWithHistoryService. (Chris Nauroth via acmurthy)
|
|
||||||
|
|
||||||
MAPREDUCE-4983. Fixed various platform specific assumptions in various tests,
|
|
||||||
so that they can pass on Windows too. (Chris Nauroth via vinodkv)
|
|
||||||
|
|
||||||
HADOOP-9372. Fix bad timeout annotations on tests.
|
|
||||||
(Arpit Agarwal via suresh)
|
|
||||||
|
|
||||||
MAPREDUCE-5177. Use common utils FileUtil#setReadable/Writable/Executable &
|
|
||||||
FileUtil#canRead/Write/Execute. (Ivan Mitic via suresh)
|
|
||||||
|
|
||||||
Release 2.0.5-beta - UNRELEASED
|
Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -189,6 +158,10 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
|
HADOOP-8562. Enhancements to support Hadoop on Windows Server and Windows
|
||||||
|
Azure environments. (See breakdown of tasks below for subtasks and
|
||||||
|
contributors)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
MAPREDUCE-3008. Improvements to cumulative CPU emulation for short running
|
MAPREDUCE-3008. Improvements to cumulative CPU emulation for short running
|
||||||
|
@ -350,14 +323,14 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
MAPREDUCE-5138. Fix LocalDistributedCacheManager after YARN-112. (Omkar Vinit
|
MAPREDUCE-5138. Fix LocalDistributedCacheManager after YARN-112. (Omkar Vinit
|
||||||
Joshi via vinodkv)
|
Joshi via vinodkv)
|
||||||
|
|
||||||
|
MAPREDUCE-5086. MR app master deletes staging dir when sent a reboot
|
||||||
|
command from the RM. (Jian He via jlowe)
|
||||||
|
|
||||||
MAPREDUCE-5113. Streaming input/output types are ignored with java
|
MAPREDUCE-5113. Streaming input/output types are ignored with java
|
||||||
mapper/reducer. (sandyr via tucu)
|
mapper/reducer. (sandyr via tucu)
|
||||||
|
|
||||||
MAPREDUCE-5098. Fix findbugs warnings in gridmix. (kkambatl via tucu)
|
MAPREDUCE-5098. Fix findbugs warnings in gridmix. (kkambatl via tucu)
|
||||||
|
|
||||||
MAPREDUCE-5086. MR app master deletes staging dir when sent a reboot
|
|
||||||
command from the RM. (Jian He via jlowe)
|
|
||||||
|
|
||||||
MAPREDUCE-5137. AM web UI: clicking on Map Task results in 500 error
|
MAPREDUCE-5137. AM web UI: clicking on Map Task results in 500 error
|
||||||
(Thomas Graves via jlowe)
|
(Thomas Graves via jlowe)
|
||||||
|
|
||||||
|
@ -378,6 +351,9 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
MAPREDUCE-4898. FileOutputFormat.checkOutputSpecs and
|
MAPREDUCE-4898. FileOutputFormat.checkOutputSpecs and
|
||||||
FileOutputFormat.setOutputPath incompatible with MR1. (rkanter via tucu)
|
FileOutputFormat.setOutputPath incompatible with MR1. (rkanter via tucu)
|
||||||
|
|
||||||
|
MAPREDUCE-5078. TestMRAppMaster fails on Windows due to mismatched path
|
||||||
|
separators. (Chris Nauroth via sseth)
|
||||||
|
|
||||||
MAPREDUCE-4932. mapreduce.job#getTaskCompletionEvents incompatible with
|
MAPREDUCE-4932. mapreduce.job#getTaskCompletionEvents incompatible with
|
||||||
Hadoop 1. (rkanter via tucu)
|
Hadoop 1. (rkanter via tucu)
|
||||||
|
|
||||||
|
@ -458,6 +434,31 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
MAPREDUCE-5261. Fix issues in TestRMContainerAllocator after YARN-617.
|
MAPREDUCE-5261. Fix issues in TestRMContainerAllocator after YARN-617.
|
||||||
(Omkar Vinit Joshi via vinodkv)
|
(Omkar Vinit Joshi via vinodkv)
|
||||||
|
|
||||||
|
BREAKDOWN OF HADOOP-8562 SUBTASKS
|
||||||
|
|
||||||
|
MAPREDUCE-4739. Some MapReduce tests fail to find winutils.
|
||||||
|
(Chris Nauroth via suresh)
|
||||||
|
|
||||||
|
MAPREDUCE-4780. MapReduce distribution build fails on Windows.
|
||||||
|
(Chris Nauroth via suresh)
|
||||||
|
|
||||||
|
MAPREDUCE-4790. MapReduce build script would be more readable using abspath.
|
||||||
|
(Chris Nauroth via suresh)
|
||||||
|
|
||||||
|
MAPREDUCE-4869. Fix TestMapReduceChildJVM. (Chris Nauroth via acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-4870. Fix TestMRJobsWithHistoryService. (Chris Nauroth via acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-4983. Fixed various platform specific assumptions in various tests,
|
||||||
|
so that they can pass on Windows too. (Chris Nauroth via vinodkv)
|
||||||
|
|
||||||
|
HADOOP-9372. Fix bad timeout annotations on tests.
|
||||||
|
(Arpit Agarwal via suresh)
|
||||||
|
|
||||||
|
MAPREDUCE-5177. Use common utils FileUtil#setReadable/Writable/Executable &
|
||||||
|
FileUtil#canRead/Write/Execute. (Ivan Mitic via suresh)
|
||||||
|
|
||||||
|
|
||||||
Release 2.0.4-alpha - 2013-04-25
|
Release 2.0.4-alpha - 2013-04-25
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue