Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SPARK-16381] style fix
  • Loading branch information
keypointt committed Jul 8, 2016
commit a1eca2bc5f038e3966de87fdbce35f42cee4dd32
2 changes: 1 addition & 1 deletion examples/src/main/r/RSparkSQLExample.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
library(SparkR)

# $example on:init_session$
sparkR.session(appName='MyApp', sparkConfig=list(spark.executor.memory="1g"))
sparkR.session(appName = "MyApp", sparkConfig = list(spark.executor.memory = "1g"))
# $example off:init_session$


Expand Down