[ https://issues.apache.org/jira/browse/HIVE-10239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492421#comment-14492421 ]
Naveen Gangam commented on HIVE-10239: -------------------------------------- The failure does not appear to be related to the fixes. {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} The builds prior and after this build have the exact same failures. > Create scripts to do metastore upgrade tests on jenkins for Derby, Oracle and > PostgreSQL > ---------------------------------------------------------------------------------------- > > Key: HIVE-10239 > URL: https://issues.apache.org/jira/browse/HIVE-10239 > Project: Hive > Issue Type: Improvement > Affects Versions: 1.1.0 > Reporter: Naveen Gangam > Assignee: Naveen Gangam > Attachments: HIVE-10239-donotcommit.patch, HIVE-10239.0.patch, > HIVE-10239.patch > > > Need to create DB-implementation specific scripts to use the framework > introduced in HIVE-9800 to have any metastore schema changes tested across > all supported databases. -- This message was sent by Atlassian JIRA (v6.3.4#6332)