You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/09/23 20:06:04 UTC

[jira] [Resolved] (SPARK-10494) Multiple Python UDFs together with aggregation or sort merge join may cause OOM (failed to acquire memory)

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

Michael Armbrust resolved SPARK-10494.
--------------------------------------
       Resolution: Fixed
         Assignee: Reynold Xin
    Fix Version/s: 1.5.1

> Multiple Python UDFs together with aggregation or sort merge join may cause OOM (failed to acquire memory)
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-10494
>                 URL: https://issues.apache.org/jira/browse/SPARK-10494
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, SQL
>    Affects Versions: 1.5.0
>            Reporter: Davies Liu
>            Assignee: Reynold Xin
>            Priority: Critical
>             Fix For: 1.5.1
>
>
> The RDD cache for Python UDF is removed in 1.4, then N Python UDFs in one query stage could end up evaluate upstream (SparkPlan) 2^N times.
> In 1.5, If there is aggregation or sort merge join in upstream SparkPlan, they will cause OOM (failed to acquire memory).



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