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

Chaoyu Tang commented on HIVE-7475:
-----------------------------------

[~thejas], [~navis] Looks like the issue still exists in Hive 1.2. and is due 
to a jline2 bug (https://github.com/jline/jline/issues/10). I had a work it 
around in beeline, please review that in HIVE-10541, Thanks.

> 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.3.4#6332)

Reply via email to