You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ek...@apache.org on 2015/12/23 04:58:08 UTC

hive git commit: HIVE-12726 exclude hadoop jars from webhcat hcatalog/share/webhcat/svr/lib (Eugene Koifman, reviewed by Gunther Hagleitner)

Repository: hive
Updated Branches:
  refs/heads/master 45ae30c87 -> af962230d


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/af962230
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/af962230
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/af962230

Branch: refs/heads/master
Commit: af962230d0cfce29f1c60303c7395453b2303b98
Parents: 45ae30c
Author: Eugene Koifman <ek...@hortonworks.com>
Authored: Tue Dec 22 19:58:02 2015 -0800
Committer: Eugene Koifman <ek...@hortonworks.com>
Committed: Tue Dec 22 19:58:02 2015 -0800

----------------------------------------------------------------------
 packaging/src/main/assembly/bin.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/af962230/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>