<?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: Using R in Zeppelin, HDP 2.6.3 missing package in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187133#M73408</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14200/asirna.html" nodeid="14200"&gt;@Aditya Sirna&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/49152/marioborys.html" nodeid="49152"&gt;@Mario Borys&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have got limited access to internet for my cluster and I am facing the same issue and I believe knitr should be installed by command - R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org')"&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Am I Correct?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Also, what all packages are to be installed to make sure Zeppelin works fine with R?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Please help me on this.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 17:27:20 GMT</pubDate>
    <dc:creator>sriramhadoop27</dc:creator>
    <dc:date>2018-07-11T17:27:20Z</dc:date>
    <item>
      <title>Using R in Zeppelin, HDP 2.6.3 missing package</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187130#M73405</link>
      <description>&lt;P&gt;
 Hello,&lt;/P&gt;&lt;P&gt;
  I want to try R in Zeppelin out but eaven in the pre created note [R(SparkR)] I've got some errors. First some errors like "no 'knitr' Package" but I managed to fix it in the shell with command &amp;lt;&amp;gt;install.packages("knitr") &amp;lt;/&amp;gt;.&lt;/P&gt;&lt;P&gt;Now I get this Error Message: &lt;/P&gt;&lt;P&gt;Error in library(data.table): " there is no package called ‘data.table’ "&lt;/P&gt;&lt;P&gt;Anybody got a hint ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="48406-hw.png" style="width: 628px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18757i6E6F47002865A279/image-size/medium?v=v2&amp;amp;px=400" role="button" title="48406-hw.png" alt="48406-hw.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cloudera.com/legacyfs/online/attachments/48407-mfbff.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:06:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187130#M73405</guid>
      <dc:creator>mario_borys</dc:creator>
      <dc:date>2019-08-18T08:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using R in Zeppelin, HDP 2.6.3 missing package</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187131#M73406</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/49152/marioborys.html" nodeid="49152"&gt;@Mario Borys&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Try installing the package and run the script.Login to R shell and run the command&lt;/P&gt;&lt;PRE&gt;# R
# install.packages('data.table')&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 17:42:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187131#M73406</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2018-01-12T17:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using R in Zeppelin, HDP 2.6.3 missing package</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187132#M73407</link>
      <description>&lt;P&gt;Ehm, my bad. &lt;/P&gt;&lt;P&gt;I tried this but i must have a typo, i installed the package. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 18:06:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187132#M73407</guid>
      <dc:creator>mario_borys</dc:creator>
      <dc:date>2018-01-12T18:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using R in Zeppelin, HDP 2.6.3 missing package</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187133#M73408</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14200/asirna.html" nodeid="14200"&gt;@Aditya Sirna&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/49152/marioborys.html" nodeid="49152"&gt;@Mario Borys&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have got limited access to internet for my cluster and I am facing the same issue and I believe knitr should be installed by command - R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org')"&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Am I Correct?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Also, what all packages are to be installed to make sure Zeppelin works fine with R?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Please help me on this.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 17:27:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187133#M73408</guid>
      <dc:creator>sriramhadoop27</dc:creator>
      <dc:date>2018-07-11T17:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using R in Zeppelin, HDP 2.6.3 missing package</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187134#M73409</link>
      <description>&lt;P&gt;How did you fix the issue java.lang.RuntimeException: Error in library("knitr"): there is no package called ‘knitr’ ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 15:24:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-R-in-Zeppelin-HDP-2-6-3-missing-package/m-p/187134#M73409</guid>
      <dc:creator>vishal_bohra</dc:creator>
      <dc:date>2018-12-21T15:24:44Z</dc:date>
    </item>
  </channel>
</rss>

