[
https://issues.apache.org/jira/browse/HIVE-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870660#comment-13870660
]
Hive QA commented on HIVE-6180:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12622741/HIVE-6180.1.patch
{color:green}SUCCESS:{color} +1 4924 tests passed
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/898/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/898/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12622741
> 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
> Attachments: HIVE-6180.1.patch
>
>
> 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)