Skip to content
Snippets Groups Projects
Commit 471de5db authored by wm624@hotmail.com's avatar wm624@hotmail.com Committed by Felix Cheung
Browse files

[MINOR][SPARKR] Add run command comment in examples

## What changes were proposed in this pull request?

There are two examples in r folder missing the run commands.

In this PR, I just add the missing comment, which is consistent with other examples.

## How was this patch tested?

Manual test.

Author: wm624@hotmail.com <wm624@hotmail.com>

Closes #17474 from wangmiao1981/stat.
parent 79636054
No related branches found
No related tags found
No related merge requests found
......@@ -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$
......
......@@ -15,6 +15,9 @@
# limitations under the License.
#
# To run this example use
# ./bin/spark-submit examples/src/main/r/dataframe.R
library(SparkR)
# Initialize SparkSession
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment