From 54862af5ee813030ead80ec097f48620ddb974fc Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Wed, 27 Nov 2013 14:26:28 +0530 Subject: Improvements from the review comments and followed Boy Scout Rule. --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 25e7cecbfc..4d1a987f64 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -281,7 +281,7 @@ Apart from these, the following properties are also available, and may be useful - spark.akka.pauses + spark.akka.heartbeat.pauses 60 Acceptable heart beat pause in seconds for akka, tune this if you expect GC pauses or network delays (reconnections) etc. @@ -298,7 +298,7 @@ Apart from these, the following properties are also available, and may be useful spark.akka.heartbeat.interval 5 - A larger interval value in seconds reduces network overhead and a smaller value might be more informative for akka's failure detector. Tune this in combination of `spark.akka.pauses` and `spark.akka.failure-detector.threshold` if you need to. + A larger interval value in seconds reduces network overhead and a smaller value might be more informative for akka's failure detector. Tune this in combination of `spark.akka.heartbeat.pauses` and `spark.akka.failure-detector.threshold` if you need to. -- cgit v1.2.3