You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To set other options like driver memory, executor memory etc. you can pass in th
40
40
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
41
41
```
42
42
# Set this to where Spark is installed
43
-
Sys.setenv(SPARK_HOME="/Users/shivaram/spark")
43
+
Sys.setenv(SPARK_HOME="/Users/username/spark")
44
44
# This line loads SparkR from the installed directory
You can also run the unit-tests for SparkR by running (you need to install the [testthat](http://cran.r-project.org/web/packages/testthat/index.html) package first):
68
68
69
69
R -e 'install.packages("testthat", repos="http://cran.us.r-project.org")'
70
70
./R/run-tests.sh
71
71
72
72
### Running on YARN
73
-
The `./bin/spark-submit`and `./bin/sparkR`can also be used to submit jobs to YARN clusters. You will need to set YARN conf dir before doing so. For example on CDH you can run
73
+
The `./bin/spark-submit` can also be used to submit jobs to YARN clusters. You will need to set YARN conf dir before doing so. For example on CDH you can run
0 commit comments