You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2022/08/01 01:02:00 UTC

[jira] [Updated] (SPARK-39919) Hitting Interrupt when no cell is running kills pyspark jupyter kernel

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

Hyukjin Kwon updated SPARK-39919:
---------------------------------
    Priority: Major  (was: Blocker)

> Hitting Interrupt when no cell is running kills pyspark jupyter kernel
> ----------------------------------------------------------------------
>
>                 Key: SPARK-39919
>                 URL: https://issues.apache.org/jira/browse/SPARK-39919
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 3.2.2
>            Reporter: Neha Singla
>            Priority: Major
>
> In Pyspark 3.2 kernel with Jupyter notebook, When no cell is running and I hit interrupt kernel, it actually kills pyspark kernel, where it's supposed to do NOTHING.|
> I defined one startup script and in that startup script, If I override default interrupt signal handler to SIGIGN, it works.
> {quote} signal(SIGINT, SIG_IGN)
> {quote}
> Are users of pyspark need to do this step explicity? I wonder why it doesn't work by default



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

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