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:23 +0100
commitdb197150102c5ecb829dbbc64fc28b88fcc9c493 (patch)
tree86ec4c346c3395f798a5eb6879e082be3fc4dc98
parent965b3bb0ee4171f2c2533c0623f2cd680d700a2b (diff)
downloadspark-db197150102c5ecb829dbbc64fc28b88fcc9c493.tar.gz
spark-db197150102c5ecb829dbbc64fc28b88fcc9c493.tar.bz2
spark-db197150102c5ecb829dbbc64fc28b88fcc9c493.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. (cherry picked from commit 84baa5e9b5edc8c55871fbed5057324450bf097f) Signed-off-by: Sean Owen <sowen@cloudera.com>
-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>