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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The SparkR documentation (Rd files and HTML files) are not a part of the source
52
52
SparkR comes with several sample programs in the `examples/src/main/r` directory.
53
53
To run one of them, use `./bin/sparkR <filename> <args>`. For example:
54
54
55
-
./bin/sparkR examples/src/main/r/pi.R local[2]
55
+
./bin/sparkR examples/src/main/r/dataframe.R
56
56
57
57
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):
58
58
@@ -63,5 +63,5 @@ You can also run the unit-tests for SparkR by running (you need to install the [
63
63
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
0 commit comments