Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CDH4.5.0
-
Fix Version/s: None
-
Component/s: Parquet
-
Labels:None
Description
The following stack trace is logged when reading certain Impala-created Parquet files with MapReduce:
parquet.io.ParquetDecodingException: Can not read value at 0 in block -1
at parquet.hadoop.InternalParquetRecordReader.nextKeyValue(InternalParquetRecordReader.java:172)
at parquet.hadoop.ParquetRecordReader.nextKeyValue(ParquetRecordReader.java:113)
at org.apache.hadoop.mapred.MapTask$NewTrackingRecordReader.nextKeyValue(MapTask.java:483)
The MapReduce job still completes and outputs results, but the results are not correct.
This is to have been fixed in https://github.com/Parquet/parquet-mr/pull/197 which is in parquet-mr 1.2.5, but I am seeing the issue also in 1.2.5.