Browse Source

MAPREDUCE-3167. container-executor is not being packaged with the assembly target. (mahadev) - Merging r1181634 from trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1181635 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 13 years ago
parent
commit
343fc18c7b
2 changed files with 4 additions and 1 deletions
  1. 3 0
      hadoop-mapreduce-project/CHANGES.txt
  2. 1 1
      hadoop-mapreduce-project/assembly/all.xml

+ 3 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -1533,6 +1533,9 @@ Release 0.23.0 - Unreleased
     MAPREDUCE-3158. Fix test failures in MRv1 due to default framework being
     set to yarn. (Hitesh Shah) 
 
+    MAPREDUCE-3167. container-executor is not being packaged with the assembly
+    target. (mahadev)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-mapreduce-project/assembly/all.xml

@@ -9,7 +9,7 @@
   <!-- TODO: this layout is wrong. We need module specific bin files in module specific dirs -->
   <fileSets>
     <fileSet>
-      <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/classes/bin</directory>
+      <directory>hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/c/container-executor</directory>
       <outputDirectory>bin</outputDirectory>
       <includes>
         <include>container-executor</include>