aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/test_metrics_system.properties
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/resources/test_metrics_system.properties')
-rw-r--r--core/src/test/resources/test_metrics_system.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/test/resources/test_metrics_system.properties b/core/src/test/resources/test_metrics_system.properties
new file mode 100644
index 0000000000..6f5ecea93a
--- /dev/null
+++ b/core/src/test/resources/test_metrics_system.properties
@@ -0,0 +1,7 @@
+*.sink.console.period = 10
+*.sink.console.unit = seconds
+test.sink.console.class = org.apache.spark.metrics.sink.ConsoleSink
+test.sink.dummy.class = org.apache.spark.metrics.sink.DummySink
+test.source.dummy.class = org.apache.spark.metrics.source.DummySource
+test.sink.console.period = 20
+test.sink.console.unit = minutes