Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
-
None
Description
Record reader throw an exception when trying to read an empty split.
To reproduce the issue - put the bucketed table with ORC files (one or more are empty) onto the maprfs and
run the following Hive DDL:
CREATE TABLE `orc_bucketed`( `id` int, `name` string) CLUSTERED BY ( id) INTO 2 BUCKETS ROW FORMAT SERDE 'org.apache.hadoop.hive.ql.io.orc.OrcSerde' STORED AS INPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat' LOCATION 'maprfs:/tmp/bucketed_table/';
Possible fix: upgrade drill to 1.2.0-mapr-1707 hive.version, where this issue was fixed.
Attachments
Attachments
Issue Links
- relates to
-
DRILL-5978 Updating of Apache and MapR Hive libraries to 2.3.2 and 2.1.1-mapr-1710 versions respectively
- Resolved
- links to