You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2018/05/25 06:06:26 UTC

hive git commit: HIVE-19632: Remove webapps directory from standalone jar (Prasanth Jayachandran reviewed by Thejas Nair)

Repository: hive
Updated Branches:
  refs/heads/master a6832e605 -> c358ef5af


HIVE-19632: Remove webapps directory from standalone jar (Prasanth Jayachandran 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/c358ef5a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c358ef5a
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c358ef5a

Branch: refs/heads/master
Commit: c358ef5af146ec3c16430dee12a8fd014e963a71
Parents: a6832e6
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Thu May 24 23:05:44 2018 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Thu May 24 23:05:44 2018 -0700

----------------------------------------------------------------------
 druid-handler/pom.xml | 1 +
 jdbc/pom.xml          | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c358ef5a/druid-handler/pom.xml
----------------------------------------------------------------------
diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml
index 12ac6a7..c7e4457 100644
--- a/druid-handler/pom.xml
+++ b/druid-handler/pom.xml
@@ -372,6 +372,7 @@
                         <exclude>META-INF/*.SF</exclude>
                         <exclude>META-INF/*.DSA</exclude>
                         <exclude>META-INF/*.RSA</exclude>
+			<exclude>static/</exclude>
                       </excludes>
                     </filter>
                   </filters>

http://git-wip-us.apache.org/repos/asf/hive/blob/c358ef5a/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index a148c18..3f55e1b 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -185,6 +185,10 @@
                         <exclude>META-INF/*.DSA</exclude>
                         <exclude>META-INF/*.RSA</exclude>
                         <exclude>core-default.xml</exclude>
+			<exclude>webapps/</exclude>
+			<exclude>hive-webapps/</exclude>
+			<exclude>hbase-webapps/</exclude>
+			<exclude>static/</exclude>
                       </excludes>
                     </filter>
                   </filters>