You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vg...@apache.org on 2017/04/21 18:14:20 UTC

hive git commit: HIVE-16419: Exclude hadoop related classes for JDBC stabdalone jar (Tao Li reviewed by Vaibhav Gumashta)

Repository: hive
Updated Branches:
  refs/heads/master a698bb5f8 -> 17fcac09a


HIVE-16419: Exclude hadoop related classes for JDBC stabdalone jar (Tao Li reviewed by Vaibhav Gumashta)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/17fcac09
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/17fcac09
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/17fcac09

Branch: refs/heads/master
Commit: 17fcac09a891b79ad21c356f8ced3bb579c86472
Parents: a698bb5
Author: Vaibhav Gumashta <vg...@hortonworks.com>
Authored: Fri Apr 21 11:14:09 2017 -0700
Committer: Vaibhav Gumashta <vg...@hortonworks.com>
Committed: Fri Apr 21 11:14:09 2017 -0700

----------------------------------------------------------------------
 jdbc/pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/17fcac09/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index ee8d497..1294a61 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -192,11 +192,7 @@
               <artifactSet>
                 <excludes>
                   <exclude>org.apache.commons:commons-compress</exclude>
-                  <exclude>org.apache.hadoop:hadoop-yarn*</exclude>
-                  <exclude>org.apache.hadoop:hadoop-mapreduce*</exclude>
-                  <exclude>org.apache.hadoop:hadoop-hdfs</exclude>
-                  <exclude>org.apache.hadoop:hadoop-client</exclude>
-                  <exclude>org.apache.hadoop:hadoop-annotations</exclude>
+                  <exclude>org.apache.hadoop:*</exclude>
                   <exclude>org.apache.hive:hive-vector-code-gen</exclude>
                   <exclude>org.apache.ant:*</exclude>
                   <exclude>junit:*</exclude>
@@ -305,13 +301,6 @@
                   <shadedPattern>org.apache.hive.com.facebook</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.hadoop</pattern>
-                  <shadedPattern>org.apache.hive.org.apache.hadoop</shadedPattern>
-                  <excludes>
-                    <exclude>org.apache.hadoop.security.*</exclude>
-                  </excludes>
-                </relocation>
-                <relocation>
                   <pattern>org.apache.zookeeper</pattern>
                   <shadedPattern>org.apache.hive.org.apache.zookeeper</shadedPattern>
                 </relocation>