We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc04cf4 commit e6ad12dCopy full SHA for e6ad12d
pkg/inst/sparkR-submit
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
-# To use sparkR-submit, we assume the SparkR package in yarn-cluster mode
3
-# we assume that it has been installed to a standard location using
4
-# R CMD INSTALL pkg/
+# This script launches SparkR through spark-submit. This accepts
+# the same set of options as spark-submit and requires SPARK_HOME
+# to be set.
5
6
FWDIR="$(cd `dirname $0`; pwd)"
7
0 commit comments