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