[
https://issues.apache.org/jira/browse/HIVE-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954968#comment-13954968
]
Harsh J commented on HIVE-6758:
-------------------------------
Workaround (tested, works):
{code}
export HADOOP_CLIENT_OPTS="-Djline.terminal=jline.UnsupportedTerminal"
beeline … &
{code}
> Beeline doesn't work with -e option when started in background
> --------------------------------------------------------------
>
> Key: HIVE-6758
> URL: https://issues.apache.org/jira/browse/HIVE-6758
> Project: Hive
> Issue Type: Improvement
> Components: CLI
> Affects Versions: 0.11.0
> Reporter: Johndee Burks
> Assignee: Xuefu Zhang
>
> In hive CLI you could easily integrate its use into a script and back ground
> the process like this:
> hive -e "some query" &
> Beeline does not run when you do the same even with the -f switch.
--
This message was sent by Atlassian JIRA
(v6.2#6252)