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 vi...@apache.org on 2013/04/12 01:05:24 UTC

svn commit: r1467131 - /hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt

Author: vinodkv
Date: Thu Apr 11 23:05:24 2013
New Revision: 1467131

URL: http://svn.apache.org/r1467131
Log:
(Missing commit message from the previous commit)
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. Contributed by Xuan Gong.
MAPREDUCE-5139. Update MR AM to use the modified startContainer API after YARN-486. Contributed by Xuan Gong.

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=1467131&r1=1467130&r2=1467131&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Thu Apr 11 23:05:24 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) 
 
   NEW FEATURES