MAPREDUCE-6537. Include hadoop-pipes examples in the release tarball. Contributed by Kai Sasaki.
(cherry picked from commit 9e8411d0a630cabbfe7493763c172ff6754e51be) (cherry picked from commit 5f46076f2bfc646a074a01f7968e3277f7e4abac) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1207cf1c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1207cf1c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1207cf1c Branch: refs/heads/branch-2.8 Commit: 1207cf1cf6b29b28c8f3429e2985d0fe3929b471 Parents: a1ba6ee Author: Andrew Wang <[email protected]> Authored: Mon May 2 15:35:05 2016 -0700 Committer: Andrew Wang <[email protected]> Committed: Mon May 2 15:35:21 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/1207cf1c/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 3f646e6..d7c3c95 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: [email protected] For additional commands, e-mail: [email protected]
