Reputation: 28129
I am using RStudio on my local laptop and trying to connect to an existing, remote HDInsight Spark Cluster.
A couple questions:
1) Do I need to have RStudio installed on the HDInsight Spark Cluster?
2) How do I connect local RStudio to a remote Spark Cluster? I've been looking at the SparkR docs here but it doesn't seem to give a connect example (ie URL, credentials, etc.)?
Upvotes: 2
Views: 402
Reputation: 12768
HDInsight includes an R Server option to be integrated into your HDInsight cluster. This option allows R scripts to use Spark and MapReduce to run distributed computations.
For more details, refer “Get started using R Server on HDInsight”.
Upvotes: 2