Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA82F1090B for ; Tue, 5 Aug 2014 07:37:12 +0000 (UTC) Received: (qmail 72006 invoked by uid 500); 5 Aug 2014 07:37:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 71943 invoked by uid 500); 5 Aug 2014 07:37:12 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 71931 invoked by uid 500); 5 Aug 2014 07:37:12 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 71928 invoked by uid 99); 5 Aug 2014 07:37:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 07:37:12 +0000 Date: Tue, 5 Aug 2014 07:37:12 +0000 (UTC) From: "Lars Francke (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7348) Beeline could not parse ; separated queries provided with -e option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)