Skip to content

Commit c7b9926

Browse files
committed
Minor changes to spark-defaults.conf.template
... to highlight our new-found ability to deal with special values.
1 parent a992ae2 commit c7b9926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/spark-defaults.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# spark.eventLog.enabled true
77
# spark.eventLog.dir hdfs://namenode:8021/directory
88
# spark.serializer org.apache.spark.serializer.KryoSerializer
9-
# spark.executor.extraJavaOptions -XX:+PrintGCDetail -Dmy.property="one two three"
9+
# spark.executor.extraJavaOptions -XX:+PrintGCDetail -Dnumbers="one \"two\" three"

0 commit comments

Comments
 (0)