Search code examples
rhadooprstudiorhadoop

Connecting RStudio with Remote R machine


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.


Solution

  • 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.