Support Questions

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

How to run a standalone python interpreter in zeppelin without using spark?

avatar
New Contributor

I am using HDP 2.5 and zeppelin 0.6.2. I saw that support for standalone python interpreter was added in zeppelin 0.6. How can I use this functionality when running zeppelin with HDP. I am unable to create the python interpreter using the sh interpreter group. Here is my list of available interpreters:

15920-availableinterpreters.png

1 ACCEPTED SOLUTION

avatar
Super Collaborator

python interpreter is not installed in HDP by default, you need to install it by yourself.

https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/manual/interpreterinstallation.html

View solution in original post

5 REPLIES 5

avatar
Guru

@Nilay Jain, you can use below document to setup python interpreter in zeppelin

https://zeppelin.apache.org/docs/0.6.2/interpreter/python.html

avatar
New Contributor

I am not able to find the python interpreter in my list of interpreters. So, I would need to create one. Can you tell me the interpreter group with which to create the interpreter? I have edited the question, so you can see the list of available interpreters. Thanks

avatar
Guru

@Nilay Jain, in this case you will need to add python interpreter. Refer to below link to add python interpreter in zeppelin

https://community.hortonworks.com/questions/77411/python-interpreter-not-configured-in-zeppelin-on-h...

avatar
New Contributor

I installed the python interpreter and now everything works fine. Thank You.

avatar
Super Collaborator

python interpreter is not installed in HDP by default, you need to install it by yourself.

https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/manual/interpreterinstallation.html