You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2014/12/11 21:42:13 UTC

[jira] [Closed] (SPARK-1880) Eliminate unnecessary job executions.

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

Reynold Xin closed SPARK-1880.
------------------------------
    Resolution: Won't Fix

> Eliminate unnecessary job executions.
> -------------------------------------
>
>                 Key: SPARK-1880
>                 URL: https://issues.apache.org/jira/browse/SPARK-1880
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Takuya Ueshin
>
> There are unnecessary job executions in {{BroadcastNestedLoopJoin}}.
> When {{Innner}} or {{LeftOuter}} join, preparation of {{rightOuterMatches}} for {{RightOuter}} or {{FullOuter}} join is not neccessary.
> And when {{RightOuter}} or {{FullOuter}}, it should use not {{count}} and then {{reduce}} but {{fold}}.



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