Skip to content

Commit 4f4ba8f

Browse files
judynashsrowen
authored andcommitted
[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 <[email protected]> Closes apache#6362 from judynash/master and squashes the following commits: c644875 [Judy Nash] SPARK-7811: Fix typo on slf4j configuration on metrics.properties.template
1 parent 65c696e commit 4f4ba8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/metrics.properties.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
#*.sink.slf4j.class=org.apache.spark.metrics.sink.Slf4jSink
127127

128128
# Polling period for Slf4JSink
129-
#*.sink.sl4j.period=1
129+
#*.sink.slf4j.period=1
130130

131-
#*.sink.sl4j.unit=minutes
131+
#*.sink.slf4j.unit=minutes
132132

133133

134134
# Enable jvm source for instance master, worker, driver and executor

0 commit comments

Comments
 (0)