Repository: spark Updated Branches: refs/heads/branch-1.1 e7672f196 -> 6f82a4b13
HOTFIX: Minor typo in conf template Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6f82a4b1 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6f82a4b1 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6f82a4b1 Branch: refs/heads/branch-1.1 Commit: 6f82a4b13a2583ef1c0a9523832333a8a61a28d5 Parents: e7672f1 Author: Patrick Wendell <[email protected]> Authored: Tue Aug 26 23:40:50 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Tue Aug 26 23:41:12 2014 -0700 ---------------------------------------------------------------------- conf/spark-defaults.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/6f82a4b1/conf/spark-defaults.conf.template ---------------------------------------------------------------------- diff --git a/conf/spark-defaults.conf.template b/conf/spark-defaults.conf.template index 9442702..a48dcc7 100644 --- a/conf/spark-defaults.conf.template +++ b/conf/spark-defaults.conf.template @@ -7,4 +7,4 @@ # spark.eventLog.dir hdfs://namenode:8021/directory # spark.serializer org.apache.spark.serializer.KryoSerializer # spark.driver.memory 5g -# spark.executor.extraJavaOptions -XX:+PrintGCDetail -Dkey=value -Dnumbers="one two three" +# spark.executor.extraJavaOptions -XX:+PrintGCDetails -Dkey=value -Dnumbers="one two three" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
