Member since
11-04-2016
87
Posts
9
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6782 | 11-15-2016 07:16 PM | |
2988 | 11-14-2016 08:05 PM | |
4184 | 11-08-2016 05:00 PM |
11-15-2016
07:16 PM
1 Kudo
It's working now... I used the following advice: "I found this page because I had the exact same issue! Solved it by looking in /etc/init/rstudio-server.conf
Within a centos docker you can start rstudio via: exec /usr/lib/rstudio-server/bin/rserver That will also close your docker shell, so you might want to put it in a supervisord script, or run as daemon, or .... Maybe look at some rstudio-server dockerfiles for the different approaches usually used." <<<https://support.rstudio.com/hc/en-us/community/posts/202767523-Fail-to-install-rstudio-in-a-centos-docker-with-Spark-etc->>>
... View more
11-15-2016
06:59 PM
Thanks for the clarification. Still, RStudio is not working by trying your two suggestions....
... View more
11-15-2016
06:47 PM
Also, my HDP 2.5 version is the VirtualBox version, not the docker version.
... View more
11-15-2016
05:12 PM
I tried to follow this article, but no luck: https://www.r-bloggers.com/install-rstudio-server-on-centos6-5/
... View more
11-15-2016
05:09 PM
Hello, I tried to do (1). I added the line, www-port = 8090, then I tried to use both http://127.0.0.1:8787 and http://127.0.0.1:8090 . None works...
... View more
11-15-2016
03:28 PM
Hello, I did the following, and the installation of RStudio is loading:
wget https://download2.rstudio.org/rstudio-server-rhel-0.99.893-x86_64.rpm sudo yum install --nogpgcheck rstudio-server-rhel-0.99.893-x86_64.rpm ln -s /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.6 ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6 yum install dpkg dpkg-divert --local --rename --add /sbin/initctl ln -s /bin/true /sbin/initctl yum install R rstudio-server verify-installation rstudio-server start Now, how do I login to rstudio-server? I tried: http://127.0.0.1:8787 ... but it does not work... I look forward to your suggestions. Thanks, Marcia
... View more
11-14-2016
08:50 PM
[root@sandbox ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.8 (Final)
Release: 6.8
Codename: Final
... View more
11-14-2016
08:43 PM
Hello, I am using the HDP 2.5 Sandbox from Hortonworks. My understanding is that it is Centos 7... How can I find out the OS?
... View more