Guillaume Poulin created SPARK-12425:
----------------------------------------

             Summary: DStream union optimisation
                 Key: SPARK-12425
                 URL: https://issues.apache.org/jira/browse/SPARK-12425
             Project: Spark
          Issue Type: Improvement
          Components: Streaming
            Reporter: Guillaume Poulin
            Priority: Minor


Currently, `DStream.union` always use `UnionRDD` on the underlying `RDD`. 
However using `PartitionerAwareUnionRDD` when possible would yield to better 
performance.



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