<?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: No R interpreter in Zeppelin, HDP 2.5 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138921#M39894</link>
    <description>&lt;P&gt;Would the following apt-get commands accomplish the same for installing R on Ubunto?:&lt;/P&gt;&lt;PRE&gt;sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev
&lt;/PRE&gt;</description>
    <pubDate>Thu, 09 Feb 2017 05:55:02 GMT</pubDate>
    <dc:creator>JeffG</dc:creator>
    <dc:date>2017-02-09T05:55:02Z</dc:date>
    <item>
      <title>No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138907#M39880</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Version Information:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;CentOS release 6.7 (Final) &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Ambari 2.4.0.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HDP 2.5.0.0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Zeppelin 0.6.0.2.5.0.0-1245&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;R version 3.2.3 is installed on all data nodes.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;
I followed the below directions to install Zeppelin on data node 01.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/ch_overview.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/ch_overview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I view the interpreters tab, the following interpreters appear. &lt;/P&gt;&lt;P&gt;- angular
- jdbc
- livy
- markdown
- sh
- spark&lt;/P&gt;&lt;P&gt;By using the example notebooks, I can see that the %sh, %md, and %pyspark interpreters work, but no %r interpreter exists. &lt;/P&gt;&lt;P&gt;No %r interpreter.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7402-selection-003.png" style="width: 458px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21878i9A6F27C2D9B56514/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7402-selection-003.png" alt="7402-selection-003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No %sparkr interpreter. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7403-selection-004.png" style="width: 460px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21879i24A4E3D9155377C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7403-selection-004.png" alt="7403-selection-004.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does the ambari deployed Zeppelin not support R? This says it does.
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/using-interp.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/using-interp.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or is there some hook that only invokes it if it detects a certain version ?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:33:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138907#M39880</guid>
      <dc:creator>justinkuspa</dc:creator>
      <dc:date>2019-08-19T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138908#M39881</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1981/justinkuspa.html" nodeid="1981"&gt;@justin kuspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In HDP 2.5, r is provided in Zeppelin via the Livy interpreter.&lt;/P&gt;&lt;P&gt;Try using the following:&lt;/P&gt;&lt;PRE&gt;%livy.sparkr&lt;/PRE&gt;&lt;P&gt;Note, you will need to make sure you have R installed on your machine first.&lt;/P&gt;&lt;P&gt;If you haven't already, install it with the following (on all nodes):&lt;/P&gt;&lt;PRE&gt;yum install R R-devel libcurl-devel openssl-devel&lt;/PRE&gt;&lt;P&gt;Validate it was installed correctly:&lt;/P&gt;&lt;PRE&gt;R -e "print(1+1)"&lt;/PRE&gt;&lt;P&gt;Once it is installed, test out sparkr in Zeppelin with Livy to confirm it is working:&lt;/P&gt;&lt;PRE&gt;%livy.sparkr
foo &amp;lt;- TRUE
print(foo)&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 00:08:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138908#M39881</guid>
      <dc:creator>ldaluz</dc:creator>
      <dc:date>2016-09-07T00:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138909#M39882</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1981/justinkuspa.html" nodeid="1981"&gt;@justin kuspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In addition to what &lt;A rel="user" href="https://community.cloudera.com/users/94/ldaluz.html" nodeid="94"&gt;@Laurence Da Luz&lt;/A&gt; provided, you can read up on the Zeppelin interpreters here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://zeppelin.apache.org/docs/0.6.0/interpreter/livy.html"&gt;https://zeppelin.apache.org/docs/0.6.0/interpreter/livy.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 04:22:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138909#M39882</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-09T04:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138910#M39883</link>
      <description>&lt;P&gt;Thanks Laurence, that explains a lot.  &lt;/P&gt;&lt;P&gt;R was already on the cluster, and I had to manually configure and start Livy, and then it worked.   I expected Ambari to start Livy on the same host that Zeppelin was installed on, but that didn't happen. &lt;/P&gt;&lt;P&gt;This post was very helpful in starting the server. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/34424/apache-zeppelin-on-hdp-242.html"&gt;https://community.hortonworks.com/articles/34424/apache-zeppelin-on-hdp-242.html&lt;/A&gt;  &lt;/P&gt;&lt;P&gt;Once livy was up and running I was able to run sparkR commands. &lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2016 00:36:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138910#M39883</guid>
      <dc:creator>justinkuspa</dc:creator>
      <dc:date>2016-09-10T00:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138911#M39884</link>
      <description>&lt;P&gt;There's also info in our new Zeppelin component guide for HDP 2.5.0, &lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/using-interp.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/using-interp.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2016 01:19:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138911#M39884</guid>
      <dc:creator>lgeorge</dc:creator>
      <dc:date>2016-09-10T01:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138912#M39885</link>
      <description>&lt;P&gt;Correct, that page clearly says the R interpreter is supported &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;That doesn't seem to be the case. &lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2016 02:09:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138912#M39885</guid>
      <dc:creator>justinkuspa</dc:creator>
      <dc:date>2016-09-10T02:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138913#M39886</link>
      <description>&lt;P&gt;I'll follow up on that and correct or clarify.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2016 06:11:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138913#M39886</guid>
      <dc:creator>lgeorge</dc:creator>
      <dc:date>2016-09-11T06:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138914#M39887</link>
      <description>&lt;P&gt;Quick update: the R interpreter has been removed from the list for now. SparkR via Livy remains on the list. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 02:13:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138914#M39887</guid>
      <dc:creator>lgeorge</dc:creator>
      <dc:date>2016-09-22T02:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138915#M39888</link>
      <description>&lt;P&gt;Were you able to use the full R interpreter functionality? A quick test showed me that all of the more interesting features are broken, when using livy as an intermediary. Am I missing some step (well, I AM missing some R libraries potentially) or is the vis/rendering aspect broken?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 21:54:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138915#M39888</guid>
      <dc:creator>rick_moritz</dc:creator>
      <dc:date>2016-09-30T21:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138916#M39889</link>
      <description>&lt;P&gt;I am not an R expert, but I found that much of the ggplot visualization is broken, because it expects it to be rendered locally. &lt;/P&gt;&lt;P&gt;If you run in a yarn-client mode, as we are, ggplot doesn't work.  &lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:22:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138916#M39889</guid>
      <dc:creator>justinkuspa</dc:creator>
      <dc:date>2016-10-01T01:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138917#M39890</link>
      <description>&lt;P&gt;Thanks!   &lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:22:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138917#M39890</guid>
      <dc:creator>justinkuspa</dc:creator>
      <dc:date>2016-10-01T01:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138918#M39891</link>
      <description>&lt;P&gt;Hi, &lt;A rel="user" href="https://community.cloudera.com/users/94/ldaluz.html" nodeid="94"&gt;@Laurence Da Luz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SparkR works using livy interpreter and sparkR shell.&lt;/P&gt;&lt;P&gt;However is there a way to launch a sparkR job from command prompt something like spark-submit.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avijeet&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:06:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138918#M39891</guid>
      <dc:creator>avijeetd</dc:creator>
      <dc:date>2016-11-08T18:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138919#M39892</link>
      <description>&lt;P&gt;Hi, &lt;A href="https://community.hortonworks.com/users/94/ldaluz.html"&gt;@Laurence Da Luz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have some problem&lt;/P&gt;&lt;P&gt;I use &lt;/P&gt;&lt;P&gt;%livy.sparkr&lt;/P&gt;&lt;P&gt;but it tell me that&lt;/P&gt;&lt;P&gt;"Cannot start  sparkr."&lt;/P&gt;&lt;P&gt;how can I solve it?&lt;/P&gt;&lt;P&gt;where can I check SparkR has installed?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 15:08:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138919#M39892</guid>
      <dc:creator>jimmy29304825</dc:creator>
      <dc:date>2016-11-11T15:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138920#M39893</link>
      <description>&lt;P&gt;Out of curiosity, why is R/SparkR only provided through Livy in HDP 2.5 as it is provided as standard with the standalone Zeppelin package? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 23:24:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138920#M39893</guid>
      <dc:creator>michael_boulter</dc:creator>
      <dc:date>2016-12-22T23:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138921#M39894</link>
      <description>&lt;P&gt;Would the following apt-get commands accomplish the same for installing R on Ubunto?:&lt;/P&gt;&lt;PRE&gt;sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev
&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Feb 2017 05:55:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138921#M39894</guid>
      <dc:creator>JeffG</dc:creator>
      <dc:date>2017-02-09T05:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: No R interpreter in Zeppelin, HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138922#M39895</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/36/lgeorge.html" nodeid="36"&gt;@lgeorge&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/1981/justinkuspa.html" nodeid="1981"&gt;@justin kuspa&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/13443/rickmoritz.html" nodeid="13443"&gt;@Rick Moritz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any further updates on why the R interpreter was removed in 2016? Will functionality differ from RStudio in terms of running R Code through the Livy interpreter in Zeppelin?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 04:28:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/No-R-interpreter-in-Zeppelin-HDP-2-5/m-p/138922#M39895</guid>
      <dc:creator>mnath</dc:creator>
      <dc:date>2018-02-23T04:28:19Z</dc:date>
    </item>
  </channel>
</rss>

