Skip to content

Commit e6ad12d

Browse files
committed
Update comment describing sparkR-submit
1 parent bc04cf4 commit e6ad12d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/inst/sparkR-submit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/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/
2+
# This script launches SparkR through spark-submit. This accepts
3+
# the same set of options as spark-submit and requires SPARK_HOME
4+
# to be set.
55

66
FWDIR="$(cd `dirname $0`; pwd)"
77

0 commit comments

Comments
 (0)