Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 73578 invoked from network); 10 Dec 2008 22:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2008 22:59:05 -0000 Received: (qmail 67324 invoked by uid 500); 10 Dec 2008 22:59:17 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 67299 invoked by uid 500); 10 Dec 2008 22:59:17 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 67288 invoked by uid 99); 10 Dec 2008 22:59:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 14:59:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 22:59:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8715F234C316 for ; Wed, 10 Dec 2008 14:58:44 -0800 (PST) Message-ID: <861036723.1228949924552.JavaMail.jira@brutus> Date: Wed, 10 Dec 2008 14:58:44 -0800 (PST) From: "Zheng Shao (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-47) [Hive] CLI not supporting multiline queries from an input file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-47: --------------------------- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) HIVE-47. CLI to support multiline queries from an input file. (Ashish through zshao) > [Hive] CLI not supporting multiline queries from an input file > -------------------------------------------------------------- > > Key: HIVE-47 > URL: https://issues.apache.org/jira/browse/HIVE-47 > Project: Hadoop Hive > Issue Type: Bug > Components: Clients > Reporter: Jeremy Huylebroeck > Assignee: Ashish Thusoo > Priority: Trivial > Attachments: patch-0.17.txt, patch-47_4.txt, patch-47_5.txt, patch-trunk.txt, patch2-0.17.txt > > > calling "hive -f filename" allows to pass HQL queries from a file. > but the queries can't be on multiple lines as we would expect by reading Hive documentation. > a proposed fix is to modify CliDriver.processReader. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.