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

[jira] [Created] (SPARK-2991) RDD transforms for scan and scanLeft

Erik Erlandson created SPARK-2991:
-------------------------------------

             Summary: RDD transforms for scan and scanLeft 
                 Key: SPARK-2991
                 URL: https://issues.apache.org/jira/browse/SPARK-2991
             Project: Spark
          Issue Type: New Feature
          Components: Spark Core
            Reporter: Erik Erlandson
            Priority: Minor


Provide RDD transforms analogous to Scala scan(z)(f) (parallel prefix scan) and scanLeft(z)(f) (sequential prefix scan)

Discussion of a scanLeft implementation:
http://erikerlandson.github.io/blog/2014/08/09/implementing-an-rdd-scanleft-transform-with-cascade-rdds/

Discussion of scan:
http://erikerlandson.github.io/blog/2014/08/12/implementing-parallel-prefix-scan-as-a-spark-rdd-transform/




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

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