Browse Source

(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.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1467131 13f79535-47bb-0310-9956-ffa450edef68

Vinod Kumar Vavilapalli 12 years ago
parent
commit
3a1ab1bc98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-yarn-project/CHANGES.txt

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

@@ -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