You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "chenliang (JIRA)" <ji...@apache.org> on 2019/01/07 03:36:00 UTC

[jira] [Commented] (SPARK-26543) Support the coordinator to determine post-shuffle partitions more reasonably

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

chenliang commented on SPARK-26543:
-----------------------------------

[~hyukjin.kwon] thanks for your help, I have created a PR for this issue.

> Support the coordinator to determine post-shuffle partitions more reasonably
> ----------------------------------------------------------------------------
>
>                 Key: SPARK-26543
>                 URL: https://issues.apache.org/jira/browse/SPARK-26543
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.3.2
>            Reporter: chenliang
>            Priority: Major
>         Attachments: image-2019-01-05-13-18-30-487.png
>
>
> For SparkSQL ,when we open AE by 'set spark.sql.adapative.enable=true',the ExchangeCoordinator will introduced to determine the number of post-shuffle partitions. But in some certain conditions,the coordinator performed not very well, there are always some tasks retained and they worked with Shuffle Read Size / Records 0.0B/0 ,We could increase the spark.sql.adaptive.shuffle.targetPostShuffleInputSize to solve this,but this action is unreasonable as targetPostShuffleInputSize Should not be set too large. As follow:
> !image-2019-01-05-13-18-30-487.png!
> We can filter the useless partition(0B) with ExchangeCoorditinator automatically



--
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