Skip to content

Commit

Permalink
Minor changes to spark-defaults.conf.template
Browse files Browse the repository at this point in the history
... to highlight our new-found ability to deal with special values.
  • Loading branch information
andrewor14 committed Aug 7, 2014
1 parent a992ae2 commit c7b9926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/spark-defaults.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# spark.eventLog.enabled true
# spark.eventLog.dir hdfs://namenode:8021/directory
# spark.serializer org.apache.spark.serializer.KryoSerializer
# spark.executor.extraJavaOptions -XX:+PrintGCDetail -Dmy.property="one two three"
# spark.executor.extraJavaOptions -XX:+PrintGCDetail -Dnumbers="one \"two\" three"

0 comments on commit c7b9926

Please sign in to comment.