[ 
https://issues.apache.org/jira/browse/HIVE-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874431#comment-13874431
 ] 

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/12623535/HIVE-6180.2.patch

{color:green}SUCCESS:{color} +1 4938 tests passed

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/943/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/943/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: 12623535

> 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, HIVE-6180.2.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)

Reply via email to