From 6a71f18434b9ba63398f21dace00d58ec4e78af3 Mon Sep 17 00:00:00 2001 From: "Yuan Tang (Terry)" Date: Sat, 12 Sep 2015 22:19:11 -0400 Subject: [PATCH] [R][DOC] Fixed typo in README.md --- R/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/README.md b/R/README.md index 005f56da1670c..74284547ed955 100644 --- a/R/README.md +++ b/R/README.md @@ -23,11 +23,11 @@ SparkContext, you can run ./bin/sparkR --master "local[2]" -To set other options like driver memory, executor memory etc. you can pass in the [spark-submit](http://spark.apache.org/docs/latest/submitting-applications.html) arguments to `./bin/sparkR` +To set other options like driver memory, executor memory etc. You can pass in the [spark-submit](http://spark.apache.org/docs/latest/submitting-applications.html) arguments to `./bin/sparkR` #### Using SparkR from RStudio -If you wish to use SparkR from RStudio or other R frontends you will need to set some environment variables which point SparkR to your Spark installation. For example +If you wish to use SparkR from RStudio or other R frontends you will need to set some environment variables which point SparkR to your Spark installation path. For example ``` # Set this to where Spark is installed Sys.setenv(SPARK_HOME="/Users/shivaram/spark")