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)