[ https://issues.apache.org/jira/browse/HIVE-8200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148982#comment-14148982 ]
Vaibhav Gumashta commented on HIVE-8200: ---------------------------------------- [~damien.carol] I'm happy if someone takes this over from me: https://issues.apache.org/jira/browse/HIVE-8270. I won't be able to get to it in the next few days. Meanwhile, beeline will complain about class loading issues like the following (in a secure cluster): {code} Connecting to jdbc:hive2://ip-172-31-36-90.ec2.internal:10000/;principal=hive/_h...@example.com 14/09/25 05:55:04 INFO jdbc.Utils: Supplied authorities: ip-172-31-36-90.ec2.internal:10000 Could not load shims in class org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge23 {code} I think it is better to revert this (which is an optimization anyway) if we don't plan to fix the uber jar soon. > 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)