Repository: hive Updated Branches: refs/heads/master b60b13f97 -> afb61aebf
HIVE-20020: Hive contrib jar should not be in lib (Alice Fan, reviewed by Aihua Xu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/afb61aeb Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/afb61aeb Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/afb61aeb Branch: refs/heads/master Commit: afb61aebfd475e2cb4f7935f94f765ae53bb174f Parents: b60b13f Author: Aihua Xu <[email protected]> Authored: Mon Sep 10 11:31:16 2018 -0700 Committer: Aihua Xu <[email protected]> Committed: Mon Sep 10 11:35:14 2018 -0700 ---------------------------------------------------------------------- packaging/src/main/assembly/bin.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/afb61aeb/packaging/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml index eeed3ec..fceb1be 100644 --- a/packaging/src/main/assembly/bin.xml +++ b/packaging/src/main/assembly/bin.xml @@ -47,6 +47,7 @@ <exclude>co.cask.tephra:*</exclude> <exclude>commons-configuration:commons-configuration</exclude> <exclude>org.apache.hive:hive-jdbc:*:standalone</exclude> + <exclude>org.apache.hive:hive-contrib</exclude> </excludes> </dependencySet> <dependencySet> @@ -59,6 +60,15 @@ </includes> </dependencySet> <dependencySet> + <outputDirectory>contrib/</outputDirectory> + <unpack>false</unpack> + <useProjectArtifact>false</useProjectArtifact> + <useStrictFiltering>true</useStrictFiltering> + <includes> + <include>org.apache.hive:hive-contrib</include> + </includes> + </dependencySet> + <dependencySet> <outputDirectory>lib</outputDirectory> <unpack>false</unpack> <useProjectArtifact>false</useProjectArtifact>
