You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2016/01/31 21:52:39 UTC

[jira] [Comment Edited] (HIVE-12877) Hive use index for queries will lose some data if the Query file is compressed.

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

Ashutosh Chauhan edited comment on HIVE-12877 at 1/31/16 8:52 PM:
------------------------------------------------------------------

[~yangfang] Can you add test in the patch ?


was (Author: ashutoshc):
[~yangfang] Can you add .q test for this ?

> Hive use index for queries will lose some data if the Query file is compressed.
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-12877
>                 URL: https://issues.apache.org/jira/browse/HIVE-12877
>             Project: Hive
>          Issue Type: Bug
>          Components: Indexing
>    Affects Versions: 1.2.1
>         Environment: This problem exists in all Hive versions.no matter what platform
>            Reporter: yangfang
>         Attachments: HIVE-12877.patch
>
>
> Hive created the index using the extracted file length when the file is  the compressed,
> but when to divide the data into pieces in MapReduce,Hive use the file length to compare with the extracted file length,if
> If it found that these two lengths are not matched, It filters out the file.So the query will lose some data.
> I modified the source code and make hive index can be used when the files is compressed,please test it.



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