aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-11-27 14:26:28 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-11-27 14:26:28 +0530
commit54862af5ee813030ead80ec097f48620ddb974fc (patch)
treef6d2c86ab7611ae6407bbc4386d82a89f27b4881 /docs
parentdca946ff6779cda9c50ae0069734b7802bb4d24a (diff)
downloadspark-54862af5ee813030ead80ec097f48620ddb974fc.tar.gz
spark-54862af5ee813030ead80ec097f48620ddb974fc.tar.bz2
spark-54862af5ee813030ead80ec097f48620ddb974fc.zip
Improvements from the review comments and followed Boy Scout Rule.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
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
</td>
</tr>
<tr>
- <td>spark.akka.pauses</td>
+ <td>spark.akka.heartbeat.pauses</td>
<td>60</td>
<td>
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
<td>spark.akka.heartbeat.interval</td>
<td>5</td>
<td>
- 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.
</td>
</tr>
<tr>