Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
Description
Connection fails with connection url "jdbc:hive2://hostname:port" without dbname after Hive-4256. There is a check in jdbc/HiveConnection.java :
if(dbName!=null) stmt.execute("use "+dbName);
But looks like dbName is "" instead of null.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-4256 JDBC2 HiveConnection does not use the specified database
- Resolved
- links to