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
This commit is contained in:
Mahadev Konar 2011-10-11 07:01:10 +00:00
parent ddaf7c8a7f
commit 343fc18c7b
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -9,7 +9,7 @@
<!-- TODO: this layout is wrong. We need module specific bin files in module specific dirs --> <!-- TODO: this layout is wrong. We need module specific bin files in module specific dirs -->
<fileSets> <fileSets>
<fileSet> <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> <outputDirectory>bin</outputDirectory>
<includes> <includes>
<include>container-executor</include> <include>container-executor</include>