Author: suresh
Date: Sun May 26 00:09:12 2013
New Revision: 1486384
URL: http://svn.apache.org/r1486384
Log:
HADOOP-8562. CHANGES.txt cleanup related to merging the related jiras to
branch-2
Modified:
hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt
Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt?rev=1486384&r1=1486383&r2=1486384&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Sun May 26
00:09:12 2013
@@ -16,7 +16,7 @@ Release 2.0.5-beta - UNRELEASED
YARN-486. Changed NM's startContainer API to accept Container record given
by
RM as a direct parameter instead of as part of the ContainerLaunchContext
- record. (Xuan Gong via vinodkv)
+ record. (Xuan Gong via vinodkv)
YARN-444. Moved special container exit codes from YarnConfiguration to API
where they belong. (Sandy Ryza via vinodkv)
@@ -342,7 +342,7 @@ Release 2.0.5-beta - UNRELEASED
YARN-715. Fixed unit test failures - TestDistributedShell and
TestUnmanagedAMLauncher. (Vinod Kumar Vavilapalli via sseth)
- BREAKDOWN OF HADOOP-8562 SUBTASKS
+ BREAKDOWN OF HADOOP-8562 SUBTASKS AND RELATED JIRAS
YARN-158. Yarn creating package-info.java must not depend on sh.
(Chris Nauroth via suresh)
@@ -372,6 +372,9 @@ Release 2.0.5-beta - UNRELEASED
YARN-359. Fixing commands for container signalling in Windows. (Chris
Nauroth
via vinodkv)
+ YARN-506. Move to common utils FileUtil#setReadable/Writable/Executable
and
+ FileUtil#canRead/Write/Execute. (Ivan Mitic via suresh)
+
YARN-488. TestContainerManagerSecurity fails on Windows. (Chris Nauroth
via hitesh)
@@ -379,9 +382,6 @@ Release 2.0.5-beta - UNRELEASED
YARN-491. TestContainerLogsPage fails on Windows. (Chris Nauroth via
hitesh)
- YARN-557. Fix TestUnmanagedAMLauncher failure on Windows. (Chris Nauroth
via
- vinodkv)
-
YARN-487. Modify path manipulation in LocalDirsHandlerService to let
TestDiskFailures pass on Windows. (Chris Nauroth via vinodkv)
@@ -392,9 +392,6 @@ Release 2.0.5-beta - UNRELEASED
YARN-493. Fixed some shell related flaws in YARN on Windows. (Chris Nauroth
via vinodkv)
- YARN-506. Move to common utils FileUtil#setReadable/Writable/Executable
and
- FileUtil#canRead/Write/Execute. (Ivan Mitic via suresh)
-
Release 2.0.4-alpha - 2013-04-25
INCOMPATIBLE CHANGES