[ https://issues.apache.org/jira/browse/HIVE-7345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14052090#comment-14052090 ]
Hive QA commented on HIVE-7345: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12653750/HIVE-7345.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5691 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/673/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/673/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-673/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12653750 > Beeline changes its prompt to reflect successful database connection even > after failing to connect > -------------------------------------------------------------------------------------------------- > > Key: HIVE-7345 > URL: https://issues.apache.org/jira/browse/HIVE-7345 > Project: Hive > Issue Type: Bug > Reporter: Ashish Kumar Singh > Assignee: Ashish Kumar Singh > Attachments: HIVE-7345.patch > > > Beeline changes its prompt to reflect successful database connection even > after failing to connect, which is misleading. > {code} > [asingh@e1118 tpcds]$ beeline -u "jdbc:hive2://abclocalhost:10000 hive" > scan complete in 5ms > Connecting to jdbc:hive2://abclocalhost:10000 > Error: Invalid URL: jdbc:hive2://abclocalhost:10000 (state=08S01,code=0) > Beeline version 0.12.0-cdh5.1.0-SNAPSHOT by Apache Hive > 0: jdbc:hive2://abclocalhost:10000> show tables; > No current connection > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)