We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32c567b + 5a128f4 commit eb97d85Copy full SHA for eb97d85
1 file changed
README.md
@@ -53,6 +53,12 @@ shell with
53
54
./sparkR
55
56
+The `sparkR` script automatically creates a SparkContext with Spark by default in
57
+local mode. To specify the Spark master of a cluster for the automatically created
58
+SparkContext, you can run
59
+
60
+ MASTER=<Spark master URL> ./sparkR
61
62
If you have installed it directly from github, you can include the SparkR
63
package and then initialize a SparkContext. For example to run with a local
64
Spark master you can launch R and then run
0 commit comments