<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Python interpreter in Zeppelin in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195975#M80951</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/75265/sambasivams.html" nodeid="75265"&gt;@Sambasivam Subramanian&lt;BR /&gt;&lt;/A&gt;I've just noticed that there is a script to help on this available, which I was unaware of, it would be easier this way;&lt;/P&gt;&lt;PRE&gt;[root@lab-1 ~]# /usr/hdp/2.6.5.0-292/zeppelin/bin/install-interpreter.sh -n python

Install python(org.apache.zeppelin:zeppelin-python:0.7.0) to /usr/hdp/2.6.5.0-292/zeppelin/interpreter/python ...
Interpreter python installed under /usr/hdp/2.6.5.0-292/zeppelin/interpreter/python.

1. Restart Zeppelin
2. Create interpreter setting in 'Interpreter' menu on Zeppelin GUI
3. Then you can bind the interpreter on your note
&lt;/PRE&gt;</description>
    <pubDate>Mon, 23 Jul 2018 23:19:43 GMT</pubDate>
    <dc:creator>JonathanSneep</dc:creator>
    <dc:date>2018-07-23T23:19:43Z</dc:date>
    <item>
      <title>Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195969#M80945</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to add python interpreter in zeppelin. I checked the availability of python and also the path is set &lt;/P&gt;&lt;P&gt;export PATH=$PATH:/usr/bin/python&lt;/P&gt;&lt;P&gt;Already i have installed python get-pip.py and did a pip install py4j&lt;/P&gt;&lt;P&gt;I have also added the in the advanced zeppelin-config&lt;/P&gt;&lt;P&gt;in the &lt;STRONG&gt;zeppelin.interpreter.group.order&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;zeppelin.&lt;/STRONG&gt;&lt;STRONG&gt;interpreters&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;After this still not able to see the python interpreter in the notebook. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:27:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195969#M80945</guid>
      <dc:creator>Sambavi</dc:creator>
      <dc:date>2026-04-21T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195970#M80946</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/questions/203902/python-interpreter-in-zeppelin.html#"&gt;@Sambasivam Subramanian&lt;/A&gt;&lt;BR /&gt;Can you share all the steps you've taken?&lt;BR /&gt;Note that zeppelin on HDP supports these, and that using pyspark you can run python scripts;&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Spark&lt;/LI&gt;&lt;LI&gt;JDBC (supports Hive, Phoenix)&lt;/LI&gt;&lt;LI&gt;OS Shell&lt;/LI&gt;&lt;LI&gt;Markdown&lt;/LI&gt;&lt;LI&gt;Livy (supports Spark, Spark SQL, PySpark, PySpark3, and SparkR)&lt;/LI&gt;&lt;LI&gt;AngularJS&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;source: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_zeppelin-component-guide/content/using-interp.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_zeppelin-component-guide/content/using-interp.html&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[root@c1175-node3 zeppelin-server]# cd interpreter/
[root@c1175-node3 interpreter]# ll
total 44
drwxr-xr-x 3 zeppelin zeppelin  4096 Jul 20 15:10 angular
drwxr-xr-x 3 zeppelin zeppelin 20480 Jul 20 15:10 jdbc
drwxr-xr-x 3 zeppelin zeppelin  4096 Jul 20 15:10 lib
drwxr-xr-x 3 zeppelin zeppelin  4096 Jul 20 15:10 livy
drwxr-xr-x 3 zeppelin zeppelin  4096 Jul 20 15:10 md
drwxr-xr-x 3 zeppelin zeppelin  4096 Jul 20 15:10 sh
drwxr-xr-x 7 zeppelin zeppelin  4096 Jul 20 15:11 spark
&lt;/PRE&gt;&lt;P&gt;It is however also possible to add to this manually, did you download zeppelin manually and copy the interpreter/python directory to your HDP install of zeppelin, as part of the steps you've undertaken?&lt;/P&gt;&lt;P&gt;Please also note that you need to update interpreter.json which is normally found under /usr/hdp/current/zeppelin-server/conf&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:33:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195970#M80946</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-07-20T22:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195971#M80947</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/84313/jsneep.html" nodeid="84313"&gt;@Jonathan Sneep&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. &lt;/P&gt;&lt;P&gt;I added the service and followed the below steps&lt;/P&gt;&lt;P&gt;Installed python &lt;A href="http://get-pip.py/"&gt;get-pip.py&lt;/A&gt; and did a pip install py4j&lt;/P&gt;&lt;P&gt;in the advanced zeppelin-config added python.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;zeppelin.interpreter.group.order&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;zeppelin.&lt;/STRONG&gt;&lt;STRONG&gt;interpreters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But i haven't downloaded zeppelin or copy the interpreter/python directory to the HDP and haven't done anything on the interpreter.json.&lt;/P&gt;&lt;P&gt;where should i have to download to get the interpreter/python directory. &lt;/P&gt;&lt;P&gt;Currently i only see the following in interpter folder&lt;STRONG&gt; (&lt;/STRONG&gt;&lt;STRONG&gt;/usr/hdp/current/zeppelin-server/interpreter)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;drwxr-xr-x 2 zeppelin zeppelin   136 Jun 27 13:13 angular &lt;/P&gt;&lt;P&gt;drwxr-xr-x 3 zeppelin zeppelin    20 Jun 27 13:13 lib &lt;/P&gt;&lt;P&gt;drwxr-xr-x 2 zeppelin zeppelin 12288 Jun 27 13:13 jdbc &lt;/P&gt;&lt;P&gt;drwxr-xr-x 2 zeppelin zeppelin  4096 Jun 27 13:13 livy &lt;/P&gt;&lt;P&gt;drwxr-xr-x 2 zeppelin zeppelin  4096 Jun 27 13:13 md &lt;/P&gt;&lt;P&gt;drwxr-xr-x 2 zeppelin zeppelin   191 Jun 27 13:13 sh &lt;/P&gt;&lt;P&gt;drwxr-xr-x 3 zeppelin zeppelin    66 Jun 27 13:13 spark&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 20:59:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195971#M80947</guid>
      <dc:creator>Sambavi</dc:creator>
      <dc:date>2018-07-23T20:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195972#M80948</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/75265/sambasivams.html" nodeid="75265"&gt;@Sambasivam Subramanian&lt;/A&gt;&lt;BR /&gt;Yes, you definitely need to have the python interpreter data under &lt;STRONG&gt;/usr/hdp/current/zeppelin-server/interpreter&lt;/STRONG&gt;, you can download zeppelin &lt;A href="https://zeppelin.apache.org/download.html"&gt;here&lt;/A&gt; and extract the python interpreter from the apache download. Also be sure to update interpreter.json afterwards.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 21:08:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195972#M80948</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-07-23T21:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195973#M80949</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/84313/jsneep.html" nodeid="84313"&gt;@Jonathan Sneep&lt;/A&gt;&lt;P&gt;Hi, Can you tell me what parameters to be updated as a part of interpreter.json. &lt;/P&gt;&lt;P&gt;should i have to add in interpreter settings and interpreter group&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 22:40:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195973#M80949</guid>
      <dc:creator>Sambavi</dc:creator>
      <dc:date>2018-07-23T22:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195974#M80950</link>
      <description>&lt;P&gt;@jonathan Sneep&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot. It looks good now. Thanks once again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 23:13:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195974#M80950</guid>
      <dc:creator>Sambavi</dc:creator>
      <dc:date>2018-07-23T23:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python interpreter in Zeppelin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195975#M80951</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/75265/sambasivams.html" nodeid="75265"&gt;@Sambasivam Subramanian&lt;BR /&gt;&lt;/A&gt;I've just noticed that there is a script to help on this available, which I was unaware of, it would be easier this way;&lt;/P&gt;&lt;PRE&gt;[root@lab-1 ~]# /usr/hdp/2.6.5.0-292/zeppelin/bin/install-interpreter.sh -n python

Install python(org.apache.zeppelin:zeppelin-python:0.7.0) to /usr/hdp/2.6.5.0-292/zeppelin/interpreter/python ...
Interpreter python installed under /usr/hdp/2.6.5.0-292/zeppelin/interpreter/python.

1. Restart Zeppelin
2. Create interpreter setting in 'Interpreter' menu on Zeppelin GUI
3. Then you can bind the interpreter on your note
&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jul 2018 23:19:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Python-interpreter-in-Zeppelin/m-p/195975#M80951</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-07-23T23:19:43Z</dc:date>
    </item>
  </channel>
</rss>

