I have RStudio installed on my Windows machine and R installed on one of the nodes of a hadoop cluster. I want to connect RStudio to that slave machine and want to run my R script. I have all the R packages required for hadoop integration installed on that slave machine. I can not use Windows-based R.
Asked
Active
Viewed 2,471 times
1
-
possible duplicate of [RStudio to connect to remote Hadoop server](http://stackoverflow.com/questions/23828643/rstudio-to-connect-to-remote-hadoop-server) – Christopher Bottoms May 04 '15 at 13:29
-
@Christopher : I read about mentioned link, it says that you need to install packages in RStudio but in this way i will not be able to access my actual cluster.Even i am not sure if i run any map reduce job then how it will behave in windows.. – Shashi May 04 '15 at 13:35
-
Could you please provide more details? – Christopher Bottoms May 04 '15 at 14:23
-
Sure Christopher. I wanted to write some map reduce job using R. So i was planning to use RStudio so that it can be further used for visualization as well. I have data placed in hadoop cluster and R installed in one of the data node. So i wanted to connect my data node where i am having R installed and would like my R scrip to be executed on that machine. Output generated from my job then can be further send to visualization. Let me know if it is not clear. Thanks. – Shashi May 05 '15 at 06:09
1 Answers
1
One solution is to install RStudio Server on that machine (Linux) and then access RStudio Server by pointing your web browser to <IP ADDRESS>:8787
.

Christopher Bottoms
- 11,218
- 8
- 50
- 99

Shashi
- 2,686
- 7
- 35
- 67
-
This isn't really a solution as it requires using a web browser rather than the RStudio IDE. – jzadra Jul 15 '19 at 17:51