Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 38992 invoked from network); 24 Feb 2008 02:04:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2008 02:04:03 -0000 Received: (qmail 70982 invoked by uid 500); 24 Feb 2008 02:03:58 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 70962 invoked by uid 500); 24 Feb 2008 02:03:58 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 70953 invoked by uid 99); 24 Feb 2008 02:03:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Feb 2008 18:03:58 -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; Sun, 24 Feb 2008 02:03:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6AA90234C03F for ; Sat, 23 Feb 2008 18:03:19 -0800 (PST) Message-ID: <1790253630.1203818599435.JavaMail.jira@brutus> Date: Sat, 23 Feb 2008 18:03:19 -0800 (PST) From: "Bryan Duxbury (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-458) Shell does not throw an error when you feed it garbage statements. In-Reply-To: <990202245.1203374195732.JavaMail.jira@brutus> 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/HBASE-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated HBASE-458: -------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. > Shell does not throw an error when you feed it garbage statements. > ------------------------------------------------------------------ > > Key: HBASE-458 > URL: https://issues.apache.org/jira/browse/HBASE-458 > Project: Hadoop HBase > Issue Type: Bug > Components: hql > Reporter: Bryan Duxbury > Priority: Trivial > Attachments: patch.txt > > > {code} > hql > asdfasdf; > hql > exit; > {code} > Should at least print message saying statement invalid. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.