Zeppelin: How to restart sparkContext in zeppelin

前端 未结 4 1078
轻奢々
轻奢々 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:35

    You can restart the interpreter for the notebook in the interpreter bindings (gear in upper right hand corner) by clicking on the restart icon to the left of the interpreter in question (in this case it would be the spark interpreter).

提交回复
热议问题