You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth J (JIRA)" <ji...@apache.org> on 2014/05/11 00:00:28 UTC

[jira] [Created] (HIVE-7042) Fix stats_partscan_1_23.q and orc_createas1.q for hadoop-2

Prasanth J created HIVE-7042:
--------------------------------

             Summary: Fix stats_partscan_1_23.q and orc_createas1.q for hadoop-2
                 Key: HIVE-7042
                 URL: https://issues.apache.org/jira/browse/HIVE-7042
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: Prasanth J
            Assignee: Prasanth J
         Attachments: HIVE-7042.1.patch

stats_partscan_1_23.q and orc_createas1.q should use HiveInputFormat as opposed to CombineHiveInputFormat. RCFile uses DefaultCodec for compression (uses DEFLATE) which is not splittable. Hence using CombineHiveIF will yield different results for these tests. ORC should use HiveIF to generate ORC splits.



--
This message was sent by Atlassian JIRA
(v6.2#6252)