[ https://issues.apache.org/jira/browse/HIVE-8200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148965#comment-14148965 ]
Vaibhav Gumashta commented on HIVE-8200: ---------------------------------------- [~deepesh] [~ashutoshc] I don't think the hive-jdbc uber jar quite ready yet. I did some investigation and found out that: 1. It is packaging a whole bunch of unrequired classes (from ql, serde, metastore etc). 2. It might not be shading properly to pack some required classes for a secure setup (HadoopThriftAuthBridge23, Configuration). This will require further investigation and more testing. I'm creating the following jiras to handle the issue: 1. Revert this patch. 2. Create a more effective & accurate uber jar. Let me know what you guys think. > Make beeline use the hive-jdbc standalone jar > --------------------------------------------- > > Key: HIVE-8200 > URL: https://issues.apache.org/jira/browse/HIVE-8200 > Project: Hive > Issue Type: Bug > Components: CLI, HiveServer2 > Affects Versions: 0.14.0 > Reporter: Deepesh Khandelwal > Assignee: Deepesh Khandelwal > Fix For: 0.14.0 > > Attachments: HIVE-8200.1.patch > > > Hiveserver2 JDBC client beeline currently generously includes all the jars > under $HIVE_HOME/lib in its invocation. With the fix from HIVE-8129 it should > only need a few. This will be a good validation of the hive-jdbc standalone > jar. -- This message was sent by Atlassian JIRA (v6.3.4#6332)