HADOOP-8563. don't package hadoop-pipes examples/bin (Colin Patrick McCabe via tgraves)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1357811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Graves 2012-07-05 19:13:06 +00:00
parent c1bf8a3f03
commit 9a43f05129
2 changed files with 3 additions and 5 deletions

View File

@ -44,11 +44,6 @@
</includes>
<outputDirectory>lib/native</outputDirectory>
</fileSet>
<fileSet>
<directory>../hadoop-pipes/target/native/examples</directory>
<outputDirectory>examples/bin</outputDirectory>
<fileMode>0755</fileMode>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>

View File

@ -307,6 +307,9 @@ Branch-2 ( Unreleased changes )
HADOOP-8547. Package hadoop-pipes examples/bin directory (again).
(Colin Patrick McCabe via eli)
HADOOP-8563. don't package hadoop-pipes examples/bin
(Colin Patrick McCabe via tgraves)
BREAKDOWN OF HDFS-3042 SUBTASKS
HADOOP-8220. ZKFailoverController doesn't handle failure to become active