<?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: RStudio installation on Hortonworks Sandbox in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160326#M45053</link>
    <description>&lt;P&gt;It is working now, please follow the below steps:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;wget &lt;A href="https://download2.rstudio.org/rstudio-server-rhel-0.99.893-x86_64.rpm"&gt;https://download2.rstudio.org/rstudio-server-rhel-0.99.893-x86_64.rpm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;sudo yum install --nogpgcheck rstudio-server-rhel-0.99.893-x86_64.rpm&lt;/LI&gt;&lt;LI&gt;ln -s /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.6&lt;/LI&gt;&lt;LI&gt;ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6&lt;/LI&gt;&lt;LI&gt;yum install dpkg&lt;/LI&gt;&lt;LI&gt;dpkg-divert --local --rename --add /sbin/initctl&lt;/LI&gt;&lt;LI&gt;ln -s /bin/true /sbin/initctl&lt;/LI&gt;&lt;LI&gt;yum install R&lt;/LI&gt;&lt;LI&gt;rstudio-server verify-installation&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please change the default port from 8787 to 8090 as this port is not opened in the docker sandbox&lt;/P&gt;&lt;P&gt;Go to file /etc/rstudio/rserver.conf and add this entry : &lt;STRONG&gt;www-port = 8090 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Restart the server by typing &lt;STRONG&gt;exec /usr/lib/rstudio-server/bin/rserver. &lt;/STRONG&gt;It will take you out from the docker shell but you can relogin. Go to browser anyway and access RStudio by typing 127.0.0.1:8090. The login page will appear, use user credentials &lt;STRONG&gt;maria_dev/maria_dev&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2016 03:32:55 GMT</pubDate>
    <dc:creator>mrizvi</dc:creator>
    <dc:date>2016-11-16T03:32:55Z</dc:date>
    <item>
      <title>RStudio installation on Hortonworks Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160324#M45051</link>
      <description>&lt;P&gt;I am trying to install R-studio on Hortonworks sandbox 2.5, downloaded this rpm:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rstudio-server-rhel-0.99.893-x86_64.rpm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After installing this package, when I am running &lt;STRONG&gt;&lt;EM&gt;rstudio-server verify-installation&lt;/EM&gt;&lt;/STRONG&gt;, it shows me the following message:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have tried starting, stopping rstudio server, it shows the same message. Has anyone experienced this before? Please help.&lt;/P&gt;&lt;P&gt;PS: Since it is a docker container, 8787 port is not opened so I have configured /etc/rstudio/rserver.conf to use port 8090.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 03:49:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160324#M45051</guid>
      <dc:creator>mrizvi</dc:creator>
      <dc:date>2016-11-02T03:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: RStudio installation on Hortonworks Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160325#M45052</link>
      <description>&lt;P&gt;I the same problem &lt;/P&gt;&lt;PRE&gt;03 Nov 2016 07:08:50 [rsession-rstudio-server] ERROR r error 4 (R code execution error) [errormsg=Error in tools:::httpdPort &amp;gt; 0L :                                            
  comparison (6) is possible only for atomic and list types                                                                                                                    
]; OCCURRED AT: core::Error r::exec::&amp;lt;unnamed&amp;gt;::evaluateExpressionsUnsafe(SEXPREC*, SEXPREC*, SEXPREC**, r::sexp::Protect*) /root/rstudio/src/cpp/r/RExec.cpp:148; LOGGED FROM:
 core::Error session::modules::help::initialize() /root/rstudio/src/cpp/session/modules/SessionHelp.cpp:892                                                                    
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused 
&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Nov 2016 12:53:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160325#M45052</guid>
      <dc:creator>jimmy29304825</dc:creator>
      <dc:date>2016-11-03T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: RStudio installation on Hortonworks Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160326#M45053</link>
      <description>&lt;P&gt;It is working now, please follow the below steps:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;wget &lt;A href="https://download2.rstudio.org/rstudio-server-rhel-0.99.893-x86_64.rpm"&gt;https://download2.rstudio.org/rstudio-server-rhel-0.99.893-x86_64.rpm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;sudo yum install --nogpgcheck rstudio-server-rhel-0.99.893-x86_64.rpm&lt;/LI&gt;&lt;LI&gt;ln -s /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.6&lt;/LI&gt;&lt;LI&gt;ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6&lt;/LI&gt;&lt;LI&gt;yum install dpkg&lt;/LI&gt;&lt;LI&gt;dpkg-divert --local --rename --add /sbin/initctl&lt;/LI&gt;&lt;LI&gt;ln -s /bin/true /sbin/initctl&lt;/LI&gt;&lt;LI&gt;yum install R&lt;/LI&gt;&lt;LI&gt;rstudio-server verify-installation&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please change the default port from 8787 to 8090 as this port is not opened in the docker sandbox&lt;/P&gt;&lt;P&gt;Go to file /etc/rstudio/rserver.conf and add this entry : &lt;STRONG&gt;www-port = 8090 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Restart the server by typing &lt;STRONG&gt;exec /usr/lib/rstudio-server/bin/rserver. &lt;/STRONG&gt;It will take you out from the docker shell but you can relogin. Go to browser anyway and access RStudio by typing 127.0.0.1:8090. The login page will appear, use user credentials &lt;STRONG&gt;maria_dev/maria_dev&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 03:32:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160326#M45053</guid>
      <dc:creator>mrizvi</dc:creator>
      <dc:date>2016-11-16T03:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: RStudio installation on Hortonworks Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160327#M45054</link>
      <description>&lt;P&gt;HI,I install it success!&lt;/P&gt;&lt;P&gt;but when I login the rstudio server with maria_dev,it apears an error shows me "unable to connect service"&lt;/P&gt;&lt;P&gt;is there any setting I didn't done well?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 09:15:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160327#M45054</guid>
      <dc:creator>jimmy29304825</dc:creator>
      <dc:date>2016-11-16T09:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: RStudio installation on Hortonworks Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160328#M45055</link>
      <description>&lt;P&gt;also when I close hortonworks sandbox, it cannot connect to port 9080&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 09:30:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160328#M45055</guid>
      <dc:creator>jimmy29304825</dc:creator>
      <dc:date>2016-11-16T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: RStudio installation on Hortonworks Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160329#M45056</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13159/jimmy29304825.html" nodeid="13159"&gt;@WeiHsiang Tseng&lt;/A&gt;, Firstly, try with 8090, not 9080. When you say close, what you are referring to? Have you logout from the shell or power off the image from VirtualBox. In the latter case, if your Sandbox is not up and running, you will not be able to access 8090 port&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 01:56:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/RStudio-installation-on-Hortonworks-Sandbox/m-p/160329#M45056</guid>
      <dc:creator>mrizvi</dc:creator>
      <dc:date>2016-11-17T01:56:27Z</dc:date>
    </item>
  </channel>
</rss>

