Skip to content

Commit

Permalink
[SPARK-7811] Fix typo on slf4j configuration on metrics.properties.tem…
Browse files Browse the repository at this point in the history
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
judynash authored and srowen committed May 24, 2015
1 parent 635c25f commit 77e97c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/metrics.properties.template
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77e97c8

Please sign in to comment.