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 A7CA0F114 for ; Fri, 29 Mar 2013 12:09:19 +0000 (UTC) Received: (qmail 67086 invoked by uid 500); 29 Mar 2013 12:09:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 66887 invoked by uid 500); 29 Mar 2013 12:09:18 -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 66839 invoked by uid 500); 29 Mar 2013 12:09:16 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 66833 invoked by uid 99); 29 Mar 2013 12:09:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 12:09:15 +0000 Date: Fri, 29 Mar 2013 12:09:15 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-2264) Hive server is SHUTTING DOWN when invalid queries beeing executed. 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-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617281#comment-13617281 ] Brock Noland commented on HIVE-2264: ------------------------------------ Awesome! Thanks guys! > Hive server is SHUTTING DOWN when invalid queries beeing executed. > ------------------------------------------------------------------ > > Key: HIVE-2264 > URL: https://issues.apache.org/jira/browse/HIVE-2264 > Project: Hive > Issue Type: Bug > Components: HiveServer2, Query Processor > Affects Versions: 0.9.0 > Environment: SuSE-Linux-11 > Reporter: rohithsharma > Assignee: Navis > Priority: Blocker > Fix For: 0.11.0 > > Attachments: HIVE-2264.1.patch.txt, HIVE-2264-2.patch, HIVE-2264.D9489.1.patch > > > When invalid query is beeing executed, Hive server is shutting down. > {noformat} > "CREATE TABLE SAMPLETABLE(IP STRING , showtime BIGINT ) partitioned by (ds string,ipz int) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\040'" > "ALTER TABLE SAMPLETABLE add Partition(ds='sf') location '/user/hive/warehouse' Partition(ipz=100) location '/user/hive/warehouse'" > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira