Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Stacktrace
java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:37606/default;principal=hive/localhost@EXAMPLE.COM;: 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)
Failing repeatedly in Hive QA builds.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-19355 Test TestJdbcWithDBTokenStoreNoDoAs has multiple failures
- Resolved
- relates to
-
HIVE-26906 Backport of HIVE-19313 to branch-3 : TestJdbcWithDBTokenStoreNoDoAs tests are failing
- Resolved