Ver Fonte

Moved YARN-2682 from 2.6 to 2.7 in CHANGES.txt
(cherry picked from commit 72093fd8cb9865a27a96163f31d03d6813ce267f)

Jian He há 10 anos atrás
pai
commit
10110b6eae
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      hadoop-yarn-project/CHANGES.txt

+ 4 - 4
hadoop-yarn-project/CHANGES.txt

@@ -23,6 +23,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
@@ -330,10 +334,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