You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:35:52 UTC

[jira] [Resolved] (SPARK-10297) When save data to a data source table, we should bound the size of a saved file

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

Hyukjin Kwon resolved SPARK-10297.
----------------------------------
    Resolution: Incomplete

> When save data to a data source table, we should bound the size of a saved file
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-10297
>                 URL: https://issues.apache.org/jira/browse/SPARK-10297
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>            Priority: Critical
>              Labels: bulk-closed
>
> When we save a table to a data source table, it is possible that a writer is responsible to write out a larger number of rows, which can make the generated file very large and cause job failed if the underlying storage system has a limit of max file size (e.g. S3's limit is 5GB). We should bound the size of a file generated by a writer and create new writers for the same partition if necessary. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org