You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Xiaobing Zhou (JIRA)" <ji...@apache.org> on 2014/10/10 22:15:35 UTC

[jira] [Commented] (HIVE-8115) Hive select query hang when fields contain map

    [ https://issues.apache.org/jira/browse/HIVE-8115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167437#comment-14167437 ] 

Xiaobing Zhou commented on HIVE-8115:
-------------------------------------

Made the sixth patch to adjust unit test.

> 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
>    Affects Versions: 0.13.0
>            Reporter: Xiaobing Zhou
>            Assignee: Xiaobing Zhou
>         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, 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)