Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the equivalent of jupyter's Restart Kernel in Zeppelin/Spark

Tags:

I'm just starting my journey on learning Apache Spark and I'm using Zeppelin to play with it interactively. So far so good, but once in a while I want to start clean and want to restart the kernel. I coulnd't find such function in Zeppelin.... does that even exist?

like image 938
fatdragon Avatar asked Nov 04 '17 23:11

fatdragon


1 Answers

  • Go to the interpreter list:

    http://host:port/#/interpreter
    
  • Find interpreter of interest.

  • Click on restart button.
like image 119
user8887571 Avatar answered Sep 19 '22 12:09

user8887571