aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/r/RSparkSQLExample.R
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/main/r/RSparkSQLExample.R')
-rw-r--r--examples/src/main/r/RSparkSQLExample.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/src/main/r/RSparkSQLExample.R b/examples/src/main/r/RSparkSQLExample.R
index e647f0e1e9..3734568d87 100644
--- a/examples/src/main/r/RSparkSQLExample.R
+++ b/examples/src/main/r/RSparkSQLExample.R
@@ -15,6 +15,9 @@
# limitations under the License.
#
+# To run this example use
+# ./bin/spark-submit examples/src/main/r/RSparkSQLExample.R
+
library(SparkR)
# $example on:init_session$