You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2017/02/09 13:14:42 UTC

[jira] [Commented] (SPARK-19514) Range is not interruptible

    [ https://issues.apache.org/jira/browse/SPARK-19514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859499#comment-15859499 ] 

Apache Spark commented on SPARK-19514:
--------------------------------------

User 'ala' has created a pull request for this issue:
https://github.com/apache/spark/pull/16872

> Range is not interruptible
> --------------------------
>
>                 Key: SPARK-19514
>                 URL: https://issues.apache.org/jira/browse/SPARK-19514
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.1.0
>            Reporter: Ala Luszczak
>
> Currently Range cannot be interrupted.
> For example, if you start executing
> spark.range(0, A_LOT, 1).crossJoin(spark.range(0, A_LOT, 1)).count()
> and then call
> DAGScheduler.cancellStage(...)
> the execution won't stop.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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