[
https://issues.apache.org/jira/browse/HIVE-7475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14072798#comment-14072798
]
Lefty Leverenz commented on HIVE-7475:
--------------------------------------
Should this be documented in the wiki as a bug to be fixed in the next release?
And what's the fix -- will newlines no longer be needed after each query in a
file, or will the Beeline command just fail more gracefully?
> Beeline requires newline at the end of each query in a file
> -----------------------------------------------------------
>
> Key: HIVE-7475
> URL: https://issues.apache.org/jira/browse/HIVE-7475
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.13.1
> Reporter: thomas norden
> Priority: Trivial
> Fix For: 0.14.0
>
>
> When using the -f option on beeline its required to have a newline at the end
> of each query otherwise the connection is closed before the query is run.
> {code}
> $ cat test.hql
> show databases;%
> $ beeline -u jdbc:hive2://localhost:10000 --incremental=true -f test.hql
> scan complete in 3ms
> Connecting to jdbc:hive2://localhost:10000
> Connected to: Apache Hive (version 0.13.1)
> Driver: Hive JDBC (version 0.13.1)
> Transaction isolation: TRANSACTION_REPEATABLE_READ
> Beeline version 0.13.1 by Apache Hive
> 0: jdbc:hive2://localhost:10000> show databases;Closing: 0:
> jdbc:hive2://localhost:10000
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)