<?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: R package installtion in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127204#M31171</link>
    <description>&lt;P&gt;Thanks you for reply &lt;A href="https://community.hortonworks.com/users/2528/jyadav.html"&gt;Jitendra Yadav&lt;/A&gt; so i my case i should go for second one like this ?&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;install.packages("&amp;lt;path&amp;gt;/rhdfs_&amp;lt;version&amp;gt;.tar.gz", repos=NULL, type="source")&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;and one more thing &lt;A href="https://community.hortonworks.com/users/2528/jyadav.html"&gt;Jitendra Yadav&lt;/A&gt; how can open R GUI through my server CLI?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2016 18:47:09 GMT</pubDate>
    <dc:creator>g_rao9704</dc:creator>
    <dc:date>2016-06-08T18:47:09Z</dc:date>
    <item>
      <title>R package installtion</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127202#M31169</link>
      <description>&lt;P&gt;Hi in my new project i have HDP 2.1.5 and R package is installed already they want me to add some more R packages i have download all required R packages..how can i add this new packages to existing R..actually i am not aware of R..plz suggest me..&lt;/P&gt;&lt;P&gt;tq&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:29:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127202#M31169</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-06-08T18:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: R package installtion</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127203#M31170</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10571/gsr5001.html" nodeid="10571"&gt;@sankar rao&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Generally to install R dependent packages we use below command on R shell.&lt;/P&gt;&lt;PRE&gt;install.packages(c("rJava", "Rcpp", "RJSONIO", "bitops", "digest","functional", "stringr", "plyr", "reshape2", "dplyr","R.methodsS3", "caTools", "Hmisc"))&lt;/PRE&gt;&lt;P&gt;For R hdfs packages you need to download the package and installed it like below.&lt;/P&gt;&lt;P&gt;Download packages &lt;CODE&gt;rhdfs&lt;/CODE&gt;, &lt;CODE&gt;rhbase&lt;/CODE&gt;, &lt;CODE&gt;rmr2&lt;/CODE&gt; and &lt;CODE&gt;plyrmr&lt;/CODE&gt; from &lt;A href="https://github.com/RevolutionAnalytics/RHadoop/wiki"&gt;https://github.com/RevolutionAnalytics/RHadoop/wiki&lt;/A&gt; and install them&lt;/P&gt;&lt;PRE&gt;install.packages("&amp;lt;path&amp;gt;/rhdfs_&amp;lt;version&amp;gt;.tar.gz", repos=NULL, type="source")
install.packages("&amp;lt;path&amp;gt;/rmr2&amp;lt;version&amp;gt;.tar.gz", repos=NULL, type="source")
install.packages("&amp;lt;path&amp;gt;plyrmr_&amp;lt;version&amp;gt;.tar.gz", repos=NULL, type="source")
install.packages("&amp;lt;path&amp;gt;/rhbase_&amp;lt;version&amp;gt;.tar.gz", repos=NULL, type="source")&lt;/PRE&gt;&lt;P&gt;Here is good doc link for R on hadoop.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rdatamining.com/big-data/r-hadoop-setup-guide" target="_blank"&gt;http://www.rdatamining.com/big-data/r-hadoop-setup-guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:39:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127203#M31170</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-08T18:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: R package installtion</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127204#M31171</link>
      <description>&lt;P&gt;Thanks you for reply &lt;A href="https://community.hortonworks.com/users/2528/jyadav.html"&gt;Jitendra Yadav&lt;/A&gt; so i my case i should go for second one like this ?&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;install.packages("&amp;lt;path&amp;gt;/rhdfs_&amp;lt;version&amp;gt;.tar.gz", repos=NULL, type="source")&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;and one more thing &lt;A href="https://community.hortonworks.com/users/2528/jyadav.html"&gt;Jitendra Yadav&lt;/A&gt; how can open R GUI through my server CLI?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:47:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/R-package-installtion/m-p/127204#M31171</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-06-08T18:47:09Z</dc:date>
    </item>
  </channel>
</rss>

