You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "ighack (Jira)" <ji...@apache.org> on 2021/09/10 06:09:00 UTC

[jira] [Created] (HIVE-25511) jdbc doesn't support impala.doas.user for impala

ighack created HIVE-25511:
-----------------------------

             Summary: jdbc doesn't support impala.doas.user for impala
                 Key: HIVE-25511
                 URL: https://issues.apache.org/jira/browse/HIVE-25511
             Project: Hive
          Issue Type: Improvement
          Components: JDBC
    Affects Versions: 2.1.1
            Reporter: ighack


I know we can use "org.apache.hive.jdbc.HiveDriver" to connect impala

but it doesn't support impala.doas.user

 

in function openSession of class HiveConnection

 

we can add 
{code:java}
 if (sessConfMap.containsKey("impala.doas.user")) {
 openConf.put("impala.doas.user",
 sessConfMap.get("impala.doas.user"));
 }{code}
 

can you do it



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