Kevin Minder created HIVE-6536: ---------------------------------- Summary: 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
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 (v6.2#6252)