[jira] [Updated] (HIVE-10061) HiveConf Should not be used as part of the HS2 client side code

2015-04-30 Thread Vaibhav Gumashta (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vaibhav Gumashta updated HIVE-10061:

Component/s: JDBC
 HiveServer2

 HiveConf Should not be used as part of the HS2 client side code
 ---

 Key: HIVE-10061
 URL: https://issues.apache.org/jira/browse/HIVE-10061
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Affects Versions: 1.3.0
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
 Fix For: 1.3.0

 Attachments: HIVE-10061.1.patch


 HiveConf crept in to the JDBC driver via the  embedded mode check. 
 if (isEmbeddedMode) {
   EmbeddedThriftBinaryCLIService embeddedClient = new 
 EmbeddedThriftBinaryCLIService();
   embeddedClient.init(new HiveConf());
   client = embeddedClient;
 } else {
 
 Ideally we'd like to keep driver code free of these dependencies. 



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


[jira] [Updated] (HIVE-10061) HiveConf Should not be used as part of the HS2 client side code

2015-04-30 Thread Vaibhav Gumashta (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vaibhav Gumashta updated HIVE-10061:

Fix Version/s: 1.3.0

 HiveConf Should not be used as part of the HS2 client side code
 ---

 Key: HIVE-10061
 URL: https://issues.apache.org/jira/browse/HIVE-10061
 Project: Hive
  Issue Type: Bug
Affects Versions: 1.3.0
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
 Fix For: 1.3.0

 Attachments: HIVE-10061.1.patch


 HiveConf crept in to the JDBC driver via the  embedded mode check. 
 if (isEmbeddedMode) {
   EmbeddedThriftBinaryCLIService embeddedClient = new 
 EmbeddedThriftBinaryCLIService();
   embeddedClient.init(new HiveConf());
   client = embeddedClient;
 } else {
 
 Ideally we'd like to keep driver code free of these dependencies. 



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


[jira] [Updated] (HIVE-10061) HiveConf Should not be used as part of the HS2 client side code

2015-04-29 Thread Hari Sankar Sivarama Subramaniyan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hari Sankar Sivarama Subramaniyan updated HIVE-10061:
-
Attachment: HIVE-10061.1.patch

[~vgumashta] Can you review this please?

Thanks
Hari

 HiveConf Should not be used as part of the HS2 client side code
 ---

 Key: HIVE-10061
 URL: https://issues.apache.org/jira/browse/HIVE-10061
 Project: Hive
  Issue Type: Bug
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
 Attachments: HIVE-10061.1.patch


 HiveConf crept in to the JDBC driver via the  embedded mode check. 
 if (isEmbeddedMode) {
   EmbeddedThriftBinaryCLIService embeddedClient = new 
 EmbeddedThriftBinaryCLIService();
   embeddedClient.init(new HiveConf());
   client = embeddedClient;
 } else {
 
 Ideally we'd like to keep driver code free of these dependencies. 



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