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:
parent
11b9dd4e84
commit
5a249b76d3
|
@ -1567,6 +1567,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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue