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

Apache Spark commented on SPARK-14259:
--------------------------------------

User 'davies' has created a pull request for this issue:
https://github.com/apache/spark/pull/12095

> Add config to control maximum number of files when coalescing partitions
> ------------------------------------------------------------------------
>
>                 Key: SPARK-14259
>                 URL: https://issues.apache.org/jira/browse/SPARK-14259
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Nong Li
>            Assignee: Takeshi Yamamuro
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The FileSourceStrategy currently has a config to control the maximum byte 
> size of coalesced partitions. It is helpful to also have a config to control 
> the maximum number of files as even small files have a non-trivial fixed 
> cost. The current packing can put a lot of small files together which cases 
> straggler tasks.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to