You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2015/02/12 17:52:14 UTC

[jira] [Updated] (HIVE-9670) Avoid reading file footers in ParquetRecordReaderWrapper

     [ https://issues.apache.org/jira/browse/HIVE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Peña updated HIVE-9670:
------------------------------
    Assignee:     (was: Sergio Peña)

> Avoid reading file footers in ParquetRecordReaderWrapper
> --------------------------------------------------------
>
>                 Key: HIVE-9670
>                 URL: https://issues.apache.org/jira/browse/HIVE-9670
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sergio Peña
>
> ParquetRecordReaderWrapper is reading the file footer to create the splits, but then when calling the realReader.initialize(), the file footer is read again by parquet.
> The issue PARQUET-139 did work to avoid reading the footers in parquet-avro. We should implement the same idea in Hive, and update the parquet library to the latest stable version from upstream.



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