From 72093fd8cb9865a27a96163f31d03d6813ce267f Mon Sep 17 00:00:00 2001 From: Jian He Date: Thu, 16 Oct 2014 19:02:44 -0700 Subject: [PATCH] Moved YARN-2682 from 2.6 to 2.7 in CHANGES.txt --- hadoop-yarn-project/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 6d2eb08b05..e8b0ef5875 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