[
https://issues.apache.org/jira/browse/HIVE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14085935#comment-14085935
]
Lars Francke commented on HIVE-7348:
------------------------------------
{code:java}
getOpts().setScriptFile(cl.getOptionValue("f"));
if (cl.getOptionValues('e') != null) {
commands = Arrays.asList(cl.getOptionValues('e'));
}
{code}
It looks like multiple options are only supported for "-e" not "-f". I've added
a sentence to the documentation. I'd be happy if you could review.
> Beeline could not parse ; separated queries provided with -e option
> -------------------------------------------------------------------
>
> Key: HIVE-7348
> URL: https://issues.apache.org/jira/browse/HIVE-7348
> Project: Hive
> Issue Type: Bug
> Reporter: Ashish Kumar Singh
> Assignee: Ashish Kumar Singh
> Attachments: HIVE-7348.1.patch, HIVE-7348.2.patch, HIVE-7348.patch
>
>
> Beeline could not parse ; separated queries provided with -e option. This
> works fine on hive cli.
--
This message was sent by Atlassian JIRA
(v6.2#6252)