Ashutosh Chauhan created HIVE-19313:
---------------------------------------
Summary: TestJdbcWithDBTokenStoreNoDoAs tests are failing
Key: HIVE-19313
URL: https://issues.apache.org/jira/browse/HIVE-19313
Project: Hive
Issue Type: Sub-task
Components: Test
Reporter: Ashutosh Chauhan
Assignee: Thejas M Nair
{code}
Stacktrace
java.sql.SQLException: Could not open client transport with JDBC Uri:
jdbc:hive2://localhost:37606/default;principal=hive/[email protected];:
java.net.ConnectException: Connection refused
at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:252)
at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:107)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:270)
at
org.apache.hive.minikdc.TestJdbcWithMiniKdc.testRenewDelegationToken(TestJdbcWithMiniKdc.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{code}
Failing repeatedly in Hive QA builds.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)