[ https://issues.apache.org/jira/browse/HIVE-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasad Mujumdar reassigned HIVE-6180: ------------------------------------- Assignee: Prasad Mujumdar > Hive JDBC Driver connection fail when no default database passed in the > connection string > ----------------------------------------------------------------------------------------- > > Key: HIVE-6180 > URL: https://issues.apache.org/jira/browse/HIVE-6180 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 0.13.0 > Reporter: Sravya Tirukkovalur > Assignee: Prasad Mujumdar > > Connection fails with connection url "jdbc:hive2://hostname:port" without > dbname after Hive-4256. There is a check in jdbc/HiveConnection.java : > {noformat} > if(dbName!=null) > stmt.execute("use "+dbName); > {noformat} > But looks like dbName is "" instead of null. -- This message was sent by Atlassian JIRA (v6.1.5#6160)