You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/03/12 13:04:00 UTC

[jira] [Commented] (HUDI-1473) Handle empty parquet files

    [ https://issues.apache.org/jira/browse/HUDI-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505274#comment-17505274 ] 

Raymond Xu commented on HUDI-1473:
----------------------------------

[~clark10chang] can you share more details on your setup? like hudi version, spark version, configs / code snippet you used. 

> Handle empty parquet files
> --------------------------
>
>                 Key: HUDI-1473
>                 URL: https://issues.apache.org/jira/browse/HUDI-1473
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: storage-management
>            Reporter: Clark Chang
>            Priority: Major
>
> Under occasional situations, Hudi bulk insert generates empty parquet files ( I cannot consistently reproduce it, however).
> The empty parquet files cause subsequent updates fail due to ParquetUtils trying to read the footer.
> In Spark, there is a property: "spark.sql.files.ignoreCorruptFiles" which handles such a case, would Hudi be able to take in this property?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)