aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJudy Nash <judynash@microsoft.com>2015-05-24 21:48:27 +0100
committerSean Owen <sowen@cloudera.com>2015-05-24 21:48:27 +0100
commit4f4ba8fda8285f5f23143eafcd15be7f4a050122 (patch)
tree1f0fd5eee1ff6382bfcd7f7072ab9f84cea20273 /conf
parent65c696ecc0a913bbe1c8b8399d811da87e4c4343 (diff)
downloadspark-4f4ba8fda8285f5f23143eafcd15be7f4a050122.tar.gz
spark-4f4ba8fda8285f5f23143eafcd15be7f4a050122.tar.bz2
spark-4f4ba8fda8285f5f23143eafcd15be7f4a050122.zip
[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 <judynash@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
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.properties.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/metrics.properties.template b/conf/metrics.properties.template
index 2e0cb5db17..7de0011a48 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