You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/05/24 22:48:54 UTC

spark git commit: [SPARK-7811] Fix typo on slf4j configuration on metrics.properties.tem…

Repository: spark
Updated Branches:
  refs/heads/master 65c696ecc -> 4f4ba8fda


[SPARK-7811] Fix typo on slf4j configuration on metrics.properties.tem…

Fix minor typo on metrics.properties.template where slf4j is incorrectly spelled as sl4j.

Author: Judy Nash <ju...@microsoft.com>

Closes #6362 from judynash/master and squashes the following commits:

c644875 [Judy Nash] SPARK-7811: Fix typo on slf4j configuration on metrics.properties.template


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4f4ba8fd
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4f4ba8fd
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4f4ba8fd

Branch: refs/heads/master
Commit: 4f4ba8fda8285f5f23143eafcd15be7f4a050122
Parents: 65c696e
Author: Judy Nash <ju...@microsoft.com>
Authored: Sun May 24 21:48:27 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun May 24 21:48:27 2015 +0100

----------------------------------------------------------------------
 conf/metrics.properties.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4f4ba8fd/conf/metrics.properties.template
----------------------------------------------------------------------
diff --git a/conf/metrics.properties.template b/conf/metrics.properties.template
index 2e0cb5d..7de0011 100644
--- a/conf/metrics.properties.template
+++ b/conf/metrics.properties.template
@@ -126,9 +126,9 @@
 #*.sink.slf4j.class=org.apache.spark.metrics.sink.Slf4jSink
 
 # Polling period for Slf4JSink
-#*.sink.sl4j.period=1
+#*.sink.slf4j.period=1
 
-#*.sink.sl4j.unit=minutes
+#*.sink.slf4j.unit=minutes
 
 
 # Enable jvm source for instance master, worker, driver and executor


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org