You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2014/07/24 20:28:39 UTC

[jira] [Commented] (HIVE-6978) beeline always exits with 0 status, should exit with non-zero status on error

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

Hive QA commented on HIVE-6978:
-------------------------------



{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/12657554/HIVE-6978.1.patch.txt

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5756 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}

Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/42/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/42/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-42/

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: 12657554

> beeline always exits with 0 status, should exit with non-zero status on error
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-6978
>                 URL: https://issues.apache.org/jira/browse/HIVE-6978
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 0.12.0
>            Reporter: Gwen Shapira
>            Assignee: Navis
>         Attachments: HIVE-6978.1.patch.txt
>
>
> Was supposed to be fixed in Hive 0.12 (HIVE-4364). Doesn't look fixed from here.
> [i@p sqoop]$ beeline -u 'jdbc:hive2://p:10000/k;principal=hive/p@L' -e "select * from MEMBERS" --outputformat=vertical
> scan complete in 3ms
> Connecting to jdbc:hive2://p:10000/k;principal=hive/p@L
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-5.0.0-1.cdh5.0.0.p0.47/lib/zookeeper/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-5.0.0-1.cdh5.0.0.p0.47/lib/avro/avro-tools-1.7.5-cdh5.0.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> Connected to: Apache Hive (version 0.12.0-cdh5.0.0)
> Driver: Hive JDBC (version 0.12.0-cdh5.0.0)
> Transaction isolation: TRANSACTION_REPEATABLE_READ
> -hiveconf (No such file or directory)
> hive.aux.jars.path=[redacted]
> Error: Error while compiling statement: FAILED: SemanticException [Error 10001]: Line 1:14 Table not found 'MEMBERS' (state=42S02,code=10001)
> Beeline version 0.12.0-cdh5.0.0 by Apache Hive
> Closing: org.apache.hive.jdbc.HiveConnection
> [inter@p sqoop]$ echo $?
> 0



--
This message was sent by Atlassian JIRA
(v6.2#6252)