Zeppelin: How to restart sparkContext in zeppelin

前端 未结 4 1081
轻奢々
轻奢々 2021-02-07 18:27

I am using Isolated mode of zeppelins spark interpreter, with this mode it will start a new job for each notebook in spark cluster. I want to kill the job via zeppelin when the

4条回答
  •  情话喂你
    2021-02-07 18:42

    It's a bit counter intuitive but you need to access the interpreter menu tab instead of stopping SparkContext directly:

    • go to interpreter list.

    • find Spark interpreter and click restart in the right upper corner:

提交回复
热议问题