You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-commits@hadoop.apache.org by su...@apache.org on 2013/05/23 23:07:06 UTC

svn commit: r1485850 - in /hadoop/common/branches/branch-2/hadoop-yarn-project: CHANGES.branch-trunk-win.txt CHANGES.txt pom.xml

Author: suresh
Date: Thu May 23 21:07:05 2013
New Revision: 1485850

URL: http://svn.apache.org/r1485850
Log:
HADOOP-9373. Merge change r1453599 from trunk

Modified:
    hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.branch-trunk-win.txt
    hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt
    hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml

Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.branch-trunk-win.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.branch-trunk-win.txt?rev=1485850&r1=1485849&r2=1485850&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.branch-trunk-win.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.branch-trunk-win.txt Thu May 23 21:07:05 2013
@@ -1,29 +0,0 @@
-branch-trunk-win changes - unreleased
-
-  YARN-158. Yarn creating package-info.java must not depend on sh.
-  (Chris Nauroth via suresh)
-
-  YARN-176. Some YARN tests fail to find winutils. (Chris Nauroth via suresh)
-  
-  YARN-207. YARN distribution build fails on Windows. (Chris Nauroth via
-  suresh)
-
-  YARN-199. Yarn cmd line scripts for windows. (Ivan Mitic via suresh)
-
-  YARN-213. YARN build script would be more readable using abspath.
-  (Chris Nauroth via suresh)
-
-  YARN-233. Added support for running containers in MS Windows to YARN. (Chris
-  Nauroth via acmurthy)
-
-  YARN-234. Added support for process tree and resource calculator in MS Windows 
-  to YARN. (Chris Nauroth via acmurthy)
-
-  YARN-259. Fix LocalDirsHandlerService to use Path rather than URIs. (Xuan
-  Gong via acmurthy) 
-
-  YARN-316. YARN container launch may exceed maximum Windows command line 
-  length due to long classpath. (Chris Nauroth via suresh)
-
-  YARN-359. Fixing commands for container signalling in Windows. (Chris Nauroth
-  via vinodkv)

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=1485850&r1=1485849&r2=1485850&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Thu May 23 21:07:05 2013
@@ -60,6 +60,10 @@ Release 2.0.5-beta - UNRELEASED
     YARN-563. Add the concept of an application-type for each application.
     (Mayank Bansal via vinodkv)
 
+    HADOOP-8562. Enhancements to support Hadoop on Windows Server and Windows
+    Azure environments. (See breakdown of tasks below for subtasks and
+    contributors)
+
   IMPROVEMENTS
 
     YARN-365. Change NM heartbeat handling to not generate a scheduler event
@@ -332,6 +336,37 @@ 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
+
+    YARN-158. Yarn creating package-info.java must not depend on sh.
+    (Chris Nauroth via suresh)
+
+    YARN-176. Some YARN tests fail to find winutils. (Chris Nauroth via suresh)
+    
+    YARN-207. YARN distribution build fails on Windows. (Chris Nauroth via
+    suresh)
+
+    YARN-199. Yarn cmd line scripts for windows. (Ivan Mitic via suresh)
+
+    YARN-213. YARN build script would be more readable using abspath.
+    (Chris Nauroth via suresh)
+
+    YARN-233. Added support for running containers in MS Windows to YARN. (Chris
+    Nauroth via acmurthy)
+
+    YARN-234. Added support for process tree and resource calculator in MS Windows 
+    to YARN. (Chris Nauroth via acmurthy)
+
+    YARN-259. Fix LocalDirsHandlerService to use Path rather than URIs. (Xuan
+    Gong via acmurthy) 
+
+    YARN-316. YARN container launch may exceed maximum Windows command line 
+    length due to long classpath. (Chris Nauroth via suresh)
+
+    YARN-359. Fixing commands for container signalling in Windows. (Chris Nauroth
+    via vinodkv)
+
+
 Release 2.0.4-alpha - 2013-04-25 
 
   INCOMPATIBLE CHANGES

Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml?rev=1485850&r1=1485849&r2=1485850&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml Thu May 23 21:07:05 2013
@@ -197,7 +197,6 @@
         <configuration>
           <excludes>
             <exclude>CHANGES.txt</exclude>
-            <exclude>CHANGES.branch-trunk-win.txt</exclude>
           </excludes>
         </configuration>
       </plugin>