You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2014/10/28 08:21:33 UTC

[jira] [Created] (HIVE-8630) CombineHiveInputFormat splits subclass of FileInputFormat which returns false for isSplitable()

Navis created HIVE-8630:
---------------------------

             Summary: CombineHiveInputFormat splits subclass of FileInputFormat which returns false for isSplitable()
                 Key: HIVE-8630
                 URL: https://issues.apache.org/jira/browse/HIVE-8630
             Project: Hive
          Issue Type: Bug
            Reporter: Navis
            Assignee: Navis
            Priority: Minor


CombineFileInputFormat in hadoop does not check FileInputFormat.isSplitable and tries to split input file. Happened on custom SerDe which handles multi-lined json (return false always for isSplitable).

Can be bypass by setting it HiveInputFormat for the query.



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