Repository: hive
Updated Branches:
  refs/heads/branch-2.3 240558258 -> ee57fa1c5


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

Branch: refs/heads/branch-2.3
Commit: ee57fa1c5c44839dba92cc2ec237d97aee3496c8
Parents: 2405582
Author: Vaibhav Gumashta <vgumas...@hortonworks.com>
Authored: Fri Apr 21 11:14:09 2017 -0700
Committer: Vaibhav Gumashta <vgumas...@hortonworks.com>
Committed: Fri Apr 21 11:16:16 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/ee57fa1c/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 83c2734..1a818c4 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -180,11 +180,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>
@@ -292,13 +288,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>

Reply via email to