You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2015/06/08 19:31:02 UTC

[jira] [Commented] (HIVE-10938) All the analyze table statements are failing on encryption testing framework

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

Sergio Peña commented on HIVE-10938:
------------------------------------

I tried to reproduce but TestEncryptedHDFSCliDriver seems it got stuck in a loop or something. It does not have an end.
Have you had this problem with the current master branch?

> All the analyze table statements are failing on encryption testing framework
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-10938
>                 URL: https://issues.apache.org/jira/browse/HIVE-10938
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Pengcheng Xiong
>
> To reproduce, in recent q test environment, create a q file
> {code}
> drop table IF EXISTS unencryptedTable;
> create table unencryptedTable(key string, value string);
> insert into table unencryptedTable values
>     ('501', 'val_501'),
>     ('502', 'val_502');
> analyze table unencryptedTable compute statistics;
> explain select * from unencryptedTable;
> {code}
> Then run with TestEncryptedHDFSCliDriver.
> analyze table will generate a MapRed task and a StatsTask. The MapRed task will fail silently without generating the stats, e.g., numRows for the table. And the following StatsTask can not read any results. This will fail not only for encrypted tables but also non-encrypted one as shown above.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)