Repository: hadoop Updated Branches: refs/heads/trunk 0fd0ebae6 -> 72093fd8c
Moved YARN-2682 from 2.6 to 2.7 in CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/72093fd8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/72093fd8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/72093fd8 Branch: refs/heads/trunk Commit: 72093fd8cb9865a27a96163f31d03d6813ce267f Parents: 0fd0eba Author: Jian He <[email protected]> Authored: Thu Oct 16 19:02:44 2014 -0700 Committer: Jian He <[email protected]> Committed: Thu Oct 16 19:02:44 2014 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/72093fd8/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 6d2eb08..e8b0ef5 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -50,6 +50,10 @@ Release 2.7.0 - UNRELEASED YARN-2641. Decommission nodes on -refreshNodes instead of next NM-RM heartbeat. (Zhihai Xu via kasha) + YARN-2682. Updated WindowsSecureContainerExecutor to not use + DefaultContainerExecutor#getFirstApplicationDir and use getWorkingDir() + instead. (Zhihai Xu via jianhe) + OPTIMIZATIONS BUG FIXES @@ -360,10 +364,6 @@ Release 2.6.0 - UNRELEASED YARN-2621. Simplify the output when the user doesn't have the access for getDomain(s). (Zhijie Shen via jianhe) - YARN-2682. Updated WindowsSecureContainerExecutor to not use - DefaultContainerExecutor#getFirstApplicationDir and use getWorkingDir() - instead. (Zhihai Xu via jianhe) - OPTIMIZATIONS BUG FIXES
