Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to disable Spark Interpreter in Zeppelin.

avatar
Contributor

Hi,

Please help me in disabling spark interpreter in Zeppelin.

1 ACCEPTED SOLUTION

avatar

@Narasimha K

From the existing notebook, you can unbind it.

12278-1.png

If you would like to completely remove it, try doing this:

- log in to Zeppelin UI with admin privileges

- go to <username> (top-right corner) -> Interpreters

- search the one you are interested in and remove

View solution in original post

2 REPLIES 2

avatar

@Narasimha K

From the existing notebook, you can unbind it.

12278-1.png

If you would like to completely remove it, try doing this:

- log in to Zeppelin UI with admin privileges

- go to <username> (top-right corner) -> Interpreters

- search the one you are interested in and remove

avatar
Contributor

Yes.I was able to remove the interpreter by following the steps given by Daniel.