You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2018/08/07 09:16:00 UTC

[jira] [Assigned] (SPARK-24005) Remove usage of Scala’s parallel collection

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

Wenchen Fan reassigned SPARK-24005:
-----------------------------------

    Assignee: Maxim Gekk

> Remove usage of Scala’s parallel collection
> -------------------------------------------
>
>                 Key: SPARK-24005
>                 URL: https://issues.apache.org/jira/browse/SPARK-24005
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, SQL
>    Affects Versions: 2.3.0
>            Reporter: Xiao Li
>            Assignee: Maxim Gekk
>            Priority: Major
>              Labels: starter
>             Fix For: 2.4.0
>
>
> {noformat}
> val par = (1 to 100).par.flatMap { i =>
>   Thread.sleep(1000)
>   1 to 1000
> }.toSeq
> {noformat}
> We are unable to interrupt the execution of parallel collections. We need to create a common utility function to do it, instead of using Scala parallel collections



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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