[
https://issues.apache.org/jira/browse/HIVE-6978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14116959#comment-14116959
]
Gwen Shapira commented on HIVE-6978:
------------------------------------
Thanks for fixing my bug :)
I may be missing something, but it looks like the only error condition covered
by unit-tests is an error involving unmatched args.
Can we also add a tests that validates that we get an error code when the query
fails (for example as result of SemanticException)? Otherwise this issue may
return in the future and we won't know about it.
> 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.3.4#6332)