IGNITE-4752 Hadoop examples fail for hadoop accelerator
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4dd3d23b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4dd3d23b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4dd3d23b Branch: refs/heads/master Commit: 4dd3d23b96e8ff348f603e63d99905fc5dca6c4a Parents: 5729177 Author: Evgenii Zhuravlev <[email protected]> Authored: Mon Feb 27 13:37:18 2017 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Mon Feb 27 14:08:33 2017 +0300 ---------------------------------------------------------------------- assembly/dependencies-hadoop.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4dd3d23b/assembly/dependencies-hadoop.xml ---------------------------------------------------------------------- diff --git a/assembly/dependencies-hadoop.xml b/assembly/dependencies-hadoop.xml index 38646ba..076f09c 100644 --- a/assembly/dependencies-hadoop.xml +++ b/assembly/dependencies-hadoop.xml @@ -55,6 +55,9 @@ <fileSet> <directory>target/libs</directory> <outputDirectory>/</outputDirectory> + <excludes> + <exclude>hadoop*.jar</exclude> + </excludes> </fileSet> <fileSet> <directory>target</directory>
