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 00F1E17F97 for ; Mon, 13 Oct 2014 18:35:35 +0000 (UTC) Received: (qmail 16900 invoked by uid 500); 13 Oct 2014 18:35:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 16818 invoked by uid 500); 13 Oct 2014 18:35:34 -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 16804 invoked by uid 500); 13 Oct 2014 18:35:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 16798 invoked by uid 99); 13 Oct 2014 18:35:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 18:35:34 +0000 Date: Mon, 13 Oct 2014 18:35:34 +0000 (UTC) From: "Jason Dere (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8115) Hive select query hang when fields contain map 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-8115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-8115: ----------------------------- Component/s: Serializers/Deserializers > Hive select query hang when fields contain map > ---------------------------------------------- > > Key: HIVE-8115 > URL: https://issues.apache.org/jira/browse/HIVE-8115 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.13.0 > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Priority: Critical > Fix For: 0.14.0 > > Attachments: HIVE-8115.1.patch, HIVE-8115.2.patch, HIVE-8115.3.patch, HIVE-8115.4.patch, HIVE-8115.5.patch, HIVE-8115.6.patch, HIVE-8115.7.patch, createTable.hql, data > > > Attached the repro of the issue. When creating an table loading the data attached, all hive query with hangs even just select * from the table. > repro steps: > 1. run createTable.hql > 2. hadoop fs -put data /data > 3. LOAD DATA INPATH '/data' OVERWRITE INTO TABLE testtable; > 4. SELECT * FROM testtable; -- This message was sent by Atlassian JIRA (v6.3.4#6332)