You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yin Huai (JIRA)" <ji...@apache.org> on 2015/08/26 19:04:46 UTC

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

Yin Huai created SPARK-10297:
--------------------------------

             Summary: 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: Bug
          Components: SQL
            Reporter: Yin Huai
            Priority: Critical


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
(v6.3.4#6332)

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