Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 05d7a838e -> 78bd1b2ab


MAPREDUCE-6537. Include hadoop-pipes examples in the release tarball. 
Contributed by Kai Sasaki.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e8411d0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9e8411d0
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9e8411d0

Branch: refs/heads/HDFS-7240
Commit: 9e8411d0a630cabbfe7493763c172ff6754e51be
Parents: 1b9f186
Author: Andrew Wang <w...@apache.org>
Authored: Mon May 2 15:35:05 2016 -0700
Committer: Andrew Wang <w...@apache.org>
Committed: Mon May 2 15:35:05 2016 -0700

----------------------------------------------------------------------
 .../src/main/resources/assemblies/hadoop-tools.xml            | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9e8411d0/hadoop-assemblies/src/main/resources/assemblies/hadoop-tools.xml
----------------------------------------------------------------------
diff --git a/hadoop-assemblies/src/main/resources/assemblies/hadoop-tools.xml 
b/hadoop-assemblies/src/main/resources/assemblies/hadoop-tools.xml
index 15c2572..f8ba48e 100644
--- a/hadoop-assemblies/src/main/resources/assemblies/hadoop-tools.xml
+++ b/hadoop-assemblies/src/main/resources/assemblies/hadoop-tools.xml
@@ -45,6 +45,13 @@
       <outputDirectory>lib/native</outputDirectory>
     </fileSet>
     <fileSet>
+      <directory>../hadoop-pipes/target/native/examples</directory>
+      <includes>
+        <include>*</include>
+      </includes>
+      <outputDirectory>lib/native/examples</outputDirectory>
+    </fileSet>
+    <fileSet>
       <directory>../hadoop-archives/target</directory>
       
<outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
       <includes>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to