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

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1181634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mahadev Konar 2011-10-11 06:58:20 +00:00
parent 11b9dd4e84
commit 5a249b76d3
2 changed files with 4 additions and 1 deletions

View File

@ -1567,6 +1567,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

View File

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