Repository: hive Updated Branches: refs/heads/branch-2.0 6f7ded6ed -> 56af53727
HIVE-12726 exclude hadoop jars from webhcat hcatalog/share/webhcat/svr/lib (Eugene Koifman, reviewed by Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/56af5372 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/56af5372 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/56af5372 Branch: refs/heads/branch-2.0 Commit: 56af53727bbc40444dac7700717241f81c772324 Parents: 6f7ded6 Author: Eugene Koifman <[email protected]> Authored: Tue Dec 22 19:58:53 2015 -0800 Committer: Eugene Koifman <[email protected]> Committed: Tue Dec 22 19:58:53 2015 -0800 ---------------------------------------------------------------------- packaging/src/main/assembly/bin.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/56af5372/packaging/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml index ac323f7..baa122a 100644 --- a/packaging/src/main/assembly/bin.xml +++ b/packaging/src/main/assembly/bin.xml @@ -67,6 +67,9 @@ <useProjectArtifact>false</useProjectArtifact> <useStrictFiltering>true</useStrictFiltering> <useTransitiveFiltering>true</useTransitiveFiltering> + <excludes> + <exclude>org.apache.hadoop:*</exclude> + </excludes> <includes> <include>org.apache.hive.hcatalog:hive-webhcat:*</include> </includes>
