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

Kent Yao commented on SPARK-46588:
----------------------------------

You can call sc.setInterruptOnCancel(true) to interrupt the running task.

 

After spark 4.0, you can also set spark.sql.execution.interruptOnCancel=true 
using configrations

> Interrupt when executing ANALYSIS phase
> ---------------------------------------
>
>                 Key: SPARK-46588
>                 URL: https://issues.apache.org/jira/browse/SPARK-46588
>             Project: Spark
>          Issue Type: Question
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: JacobZheng
>            Priority: Major
>
> I have a long-running spark app on which I will start many tasks. When I am 
> executing complex tasks, I may spend a lot of time in the ANALYSIS phase or 
> the OPTIMIZATION phase or run into oom exceptions. I will cancel the task 
> when timeout is detected by calling cancelJobGroup method. However, the task 
> is not interrupted and the execution plan is still being generated. I{*}s 
> there a way to interrupt these phases?{*}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to