[jira] [Commented] (HIVE-10322) TestJdbcWithMiniHS2.testNewConnectionConfiguration fails

2015-04-13 Thread Vaibhav Gumashta (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14493003#comment-14493003
 ] 

Vaibhav Gumashta commented on HIVE-10322:
-

+1

 TestJdbcWithMiniHS2.testNewConnectionConfiguration fails
 

 Key: HIVE-10322
 URL: https://issues.apache.org/jira/browse/HIVE-10322
 Project: Hive
  Issue Type: Bug
  Components: Tests
Affects Versions: 1.2.0
Reporter: Chaoyu Tang
Assignee: Chaoyu Tang
Priority: Trivial
 Attachments: HIVE-10322.patch


 Fix test 
 org.apache.hive.jdbc.TestJdbcWithMiniHS2.testNewConnectionConfiguration 
 failed with following error:
 {code}
 org.apache.hive.service.cli.HiveSQLException: Failed to open new session: 
 org.apache.hive.service.cli.HiveSQLException: 
 java.lang.IllegalArgumentException: hive configuration 
 hive.server2.thrift.http.max.worker.threads does not exists.
   at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:243)
   at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:234)
   at 
 org.apache.hive.jdbc.HiveConnection.openSession(HiveConnection.java:513)
   at org.apache.hive.jdbc.HiveConnection.init(HiveConnection.java:188)
   at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)
   at java.sql.DriverManager.getConnection(DriverManager.java:571)
   at java.sql.DriverManager.getConnection(DriverManager.java:233)
   at 
 org.apache.hive.jdbc.TestJdbcWithMiniHS2.testNewConnectionConfiguration(TestJdbcWithMiniHS2.java:275)
 Caused by: org.apache.hive.service.cli.HiveSQLException: Failed to open new 
 session: org.apache.hive.service.cli.HiveSQLException: 
 java.lang.IllegalArgumentException: hive configuration 
 hive.server2.thrift.http.max.worker.threads does not exists.
 {code}
 It seems related to HIVE-10271(remove 
 hive.server2.thrift.http.min/max.worker.threads properties) 



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


[jira] [Commented] (HIVE-10322) TestJdbcWithMiniHS2.testNewConnectionConfiguration fails

2015-04-13 Thread Vaibhav Gumashta (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14493027#comment-14493027
 ] 

Vaibhav Gumashta commented on HIVE-10322:
-

Thanks [~hsubramaniyan]. In that case we'll stick to that since it was created 
before and has had a UT run. I'll close this as dup.

 TestJdbcWithMiniHS2.testNewConnectionConfiguration fails
 

 Key: HIVE-10322
 URL: https://issues.apache.org/jira/browse/HIVE-10322
 Project: Hive
  Issue Type: Bug
  Components: Tests
Affects Versions: 1.2.0
Reporter: Chaoyu Tang
Assignee: Chaoyu Tang
Priority: Trivial
 Attachments: HIVE-10322.patch


 Fix test 
 org.apache.hive.jdbc.TestJdbcWithMiniHS2.testNewConnectionConfiguration 
 failed with following error:
 {code}
 org.apache.hive.service.cli.HiveSQLException: Failed to open new session: 
 org.apache.hive.service.cli.HiveSQLException: 
 java.lang.IllegalArgumentException: hive configuration 
 hive.server2.thrift.http.max.worker.threads does not exists.
   at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:243)
   at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:234)
   at 
 org.apache.hive.jdbc.HiveConnection.openSession(HiveConnection.java:513)
   at org.apache.hive.jdbc.HiveConnection.init(HiveConnection.java:188)
   at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)
   at java.sql.DriverManager.getConnection(DriverManager.java:571)
   at java.sql.DriverManager.getConnection(DriverManager.java:233)
   at 
 org.apache.hive.jdbc.TestJdbcWithMiniHS2.testNewConnectionConfiguration(TestJdbcWithMiniHS2.java:275)
 Caused by: org.apache.hive.service.cli.HiveSQLException: Failed to open new 
 session: org.apache.hive.service.cli.HiveSQLException: 
 java.lang.IllegalArgumentException: hive configuration 
 hive.server2.thrift.http.max.worker.threads does not exists.
 {code}
 It seems related to HIVE-10271(remove 
 hive.server2.thrift.http.min/max.worker.threads properties) 



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