Repository: hive Updated Branches: refs/heads/master f4d7471ec -> 8db19d150
HIVE-15740: Include hive-hcatalog-core.jar and hive-hcatalog-server-extensions.jar in binary distribution (Daniel Dai, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8db19d15 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/8db19d15 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/8db19d15 Branch: refs/heads/master Commit: 8db19d1508a4ac2f576b5580b3a7abcbdcc0d46c Parents: f4d7471 Author: Daniel Dai <da...@hortonworks.com> Authored: Mon Jan 30 11:38:24 2017 -0800 Committer: Daniel Dai <da...@hortonworks.com> Committed: Mon Jan 30 11:38:24 2017 -0800 ---------------------------------------------------------------------- packaging/src/main/assembly/bin.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/8db19d15/packaging/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml index 4327977..84686ee 100644 --- a/packaging/src/main/assembly/bin.xml +++ b/packaging/src/main/assembly/bin.xml @@ -59,6 +59,16 @@ </includes> </dependencySet> <dependencySet> + <outputDirectory>lib</outputDirectory> + <unpack>false</unpack> + <useProjectArtifact>false</useProjectArtifact> + <useStrictFiltering>true</useStrictFiltering> + <includes> + <include>org.apache.hive.hcatalog:hive-hcatalog-core</include> + <include>org.apache.hive.hcatalog:hive-hcatalog-server-extensions</include> + </includes> + </dependencySet> + <dependencySet> <outputDirectory>hcatalog/share/hcatalog</outputDirectory> <unpack>false</unpack> <useProjectArtifact>false</useProjectArtifact>