aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/test_metrics_system.properties
diff options
context:
space:
mode:
authorjerryshao <saisai.shao@intel.com>2013-07-16 10:57:19 +0800
committerjerryshao <saisai.shao@intel.com>2013-07-24 14:57:47 +0800
commit31ec72b243459e0d1d9c89033328e1d79f3aa76f (patch)
tree8ccb072da9cf2c808204c33afe41409a86406df0 /core/src/test/resources/test_metrics_system.properties
parent8d1ef7f2dfc453137b8dbbb72a7f1ca93b57bb15 (diff)
downloadspark-31ec72b243459e0d1d9c89033328e1d79f3aa76f.tar.gz
spark-31ec72b243459e0d1d9c89033328e1d79f3aa76f.tar.bz2
spark-31ec72b243459e0d1d9c89033328e1d79f3aa76f.zip
Code refactor according to comments
Diffstat (limited to 'core/src/test/resources/test_metrics_system.properties')
-rw-r--r--core/src/test/resources/test_metrics_system.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/test/resources/test_metrics_system.properties b/core/src/test/resources/test_metrics_system.properties
index 06afbc6625..d5479f0298 100644
--- a/core/src/test/resources/test_metrics_system.properties
+++ b/core/src/test/resources/test_metrics_system.properties
@@ -1,7 +1,7 @@
*.sink.console.period = 10
-*.sink.console.unit = second
+*.sink.console.unit = seconds
test.sink.console.class = spark.metrics.sink.ConsoleSink
test.sink.dummy.class = spark.metrics.sink.DummySink
test.source.dummy.class = spark.metrics.source.DummySource
test.sink.console.period = 20
-test.sink.console.unit = minute
+test.sink.console.unit = minutes