You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2014/03/05 17:29:42 UTC

[jira] [Created] (HIVE-6554) CombineHiveInputFormat should use the underlying InputSplits

Owen O'Malley created HIVE-6554:
-----------------------------------

             Summary: CombineHiveInputFormat should use the underlying InputSplits
                 Key: HIVE-6554
                 URL: https://issues.apache.org/jira/browse/HIVE-6554
             Project: Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
            Reporter: Owen O'Malley
            Assignee: Owen O'Malley


Currently CombineHiveInputFormat generates FileSplits without using the underlying InputFormat. This leads to a problem when an InputFormat needs a InputSplit that isn't exactly a FileSplit, because CombineHiveInputSplit always generates FileSplits and then calls the underlying InputFormats getRecordReader.



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