We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b0b7f commit a1eca2bCopy full SHA for a1eca2b
examples/src/main/r/RSparkSQLExample.R
@@ -18,7 +18,7 @@
18
library(SparkR)
19
20
# $example on:init_session$
21
-sparkR.session(appName='MyApp', sparkConfig=list(spark.executor.memory="1g"))
+sparkR.session(appName = "MyApp", sparkConfig = list(spark.executor.memory = "1g"))
22
# $example off:init_session$
23
24
0 commit comments