You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/09/05 14:44:29 UTC

[jira] [Created] (HIVE-8002) Deprecate the use of JDBC client only parameters from the map used to transfer HiveConf configs to the server.

Vaibhav Gumashta created HIVE-8002:
--------------------------------------

             Summary: Deprecate the use of JDBC client only parameters from the map used to transfer HiveConf configs to the server.
                 Key: HIVE-8002
                 URL: https://issues.apache.org/jira/browse/HIVE-8002
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2, JDBC
    Affects Versions: 0.14.0
            Reporter: Vaibhav Gumashta
             Fix For: 0.14.0


The jdbc url: jdbc:hive2://<host>:<port>/dbName;sess_var_list?hive_conf_list#hive_var_list contains hive_conf_list & hive_var_list which are used to set the corresponding values on the server side (for this connection) while opening a client session. 
However, some "session only" configs appear in hive_conf_list instead of appearing in sess_var_list . Need to clean those up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)