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

[SPARKR][EXAMPLE] change example APP name

## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

For R SQL example, appname is "MyApp". While examples in scala, Java and python, the appName is "x Spark SQL basic example".

I made the R example consistent with other examples.

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

Manual test
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

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

Closes #14703 from wangmiao1981/example.
parent 01401e96
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
library(SparkR)
# $example on:init_session$
sparkR.session(appName = "MyApp", sparkConfig = list(spark.some.config.option = "some-value"))
sparkR.session(appName = "R Spark SQL basic example", sparkConfig = list(spark.some.config.option = "some-value"))
# $example off:init_session$
......
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