[ 
https://issues.apache.org/jira/browse/HIVE-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055503#comment-17055503
 ] 

Alex Liu commented on HIVE-6536:
--------------------------------

Recently I integrated Hive JDBC Driver to our spring boot based web service, 
then it can't start cause by there's servlet-api-2.5.jar in the class path, 
which cover the same ServletContext class in tomcat-embed-core-9.0.26.jar, and 
the servlet-api-2.5.jar was included because of the Hive JDBC Driver.

> Reduce dependencies of org.apache.hive:hive-jdbc maven module
> -------------------------------------------------------------
>
>                 Key: HIVE-6536
>                 URL: https://issues.apache.org/jira/browse/HIVE-6536
>             Project: Hive
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 0.12.0
>         Environment: org.apache.hive:hive-jdbc:jar:0.12.0
>            Reporter: Kevin Minder
>            Priority: Major
>         Attachments: hive-jdbc-maven-dependencies-0-13.log, 
> hive-jdbc-maven-dependencies.log
>
>
> The Hive JDBC driver maven module requires a significant number of 
> dependencies that are likely unnecessary and will result in bloating of 
> consumers.  Most of this is a result of the dependency on 
> org.apache.hive:hive-cli.  I have attached a portion of the output from mvn 
> depedency:tree output for a client that depends on the 
> org.apache.hive:hive-jdbc module.  Note the extra 2.0.6.1-102 in the output 
> is the result of our local build and publish to a local nexus repo.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to