You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hossein Falaki (JIRA)" <ji...@apache.org> on 2014/05/15 01:52:16 UTC

[jira] [Created] (SPARK-1839) PySpark take() does not launch a Spark job when it has to

Hossein Falaki created SPARK-1839:
-------------------------------------

             Summary: PySpark take() does not launch a Spark job when it has to
                 Key: SPARK-1839
                 URL: https://issues.apache.org/jira/browse/SPARK-1839
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 1.0.0
            Reporter: Hossein Falaki


If you call take() or first() on a large FilteredRDD, the driver attempts to scan all partitions to find the first valid item. If the RDD is large this would fail or hang.



--
This message was sent by Atlassian JIRA
(v6.2#6252)