aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2015-08-27 20:19:09 +0100
committerSean Owen <sowen@cloudera.com>2015-08-27 20:19:09 +0100
commit84baa5e9b5edc8c55871fbed5057324450bf097f (patch)
treea3a3097c9260d405cbde81d0802768e829334464
parentdc86a227e4fc8a9d8c3e8c68da8dff9298447fd0 (diff)
downloadspark-84baa5e9b5edc8c55871fbed5057324450bf097f.tar.gz
spark-84baa5e9b5edc8c55871fbed5057324450bf097f.tar.bz2
spark-84baa5e9b5edc8c55871fbed5057324450bf097f.zip
[SPARK-10315] remove document on spark.akka.failure-detector.threshold
https://issues.apache.org/jira/browse/SPARK-10315 this parameter is not used any longer and there is some mistake in the current document , should be 'akka.remote.watch-failure-detector.threshold' Author: CodingCat <zhunansjtu@gmail.com> Closes #8483 from CodingCat/SPARK_10315.
-rw-r--r--docs/configuration.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4a6e4dd05b..77c5cbc7b3 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -907,16 +907,6 @@ Apart from these, the following properties are also available, and may be useful
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
- <td><code>spark.akka.failure-detector.threshold</code></td>
- <td>300.0</td>
- <td>
- This is set to a larger value to disable failure detector that comes inbuilt akka. It can be
- enabled again, if you plan to use this feature (Not recommended). This maps to akka's
- `akka.remote.transport-failure-detector.threshold`. Tune this in combination of
- `spark.akka.heartbeat.pauses` and `spark.akka.heartbeat.interval` if you need to.
- </td>
-</tr>
-<tr>
<td><code>spark.akka.frameSize</code></td>
<td>128</td>
<td>