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

Andrew Ash commented on SPARK-1239:
-----------------------------------

For large statuses, would we expect that to exceed {{spark.akka.frameSize}} and 
cause the below exception?

{noformat}
2014-09-14T01:34:21.305 ERROR [spark-akka.actor.default-dispatcher-4] 
org.apache.spark.MapOutputTrackerMasterActor - Map output statuses were 
13920119 bytes which exceeds spark.akka.frameSize (10485760 bytes).
{noformat}

> Don't fetch all map output statuses at each reducer during shuffles
> -------------------------------------------------------------------
>
>                 Key: SPARK-1239
>                 URL: https://issues.apache.org/jira/browse/SPARK-1239
>             Project: Spark
>          Issue Type: Improvement
>          Components: Shuffle, Spark Core
>    Affects Versions: 1.0.2, 1.1.0
>            Reporter: Patrick Wendell
>            Assignee: Kostas Sakellis
>
> Instead we should modify the way we fetch map output statuses to take both a 
> mapper and a reducer - or we should just piggyback the statuses on each task. 



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

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

Reply via email to