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)