Repository: spark
Updated Branches:
  refs/heads/master dc86a227e -> 84baa5e9b


[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 <zhunans...@gmail.com>

Closes #8483 from CodingCat/SPARK_10315.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/84baa5e9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/84baa5e9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/84baa5e9

Branch: refs/heads/master
Commit: 84baa5e9b5edc8c55871fbed5057324450bf097f
Parents: dc86a22
Author: CodingCat <zhunans...@gmail.com>
Authored: Thu Aug 27 20:19:09 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Aug 27 20:19:09 2015 +0100

----------------------------------------------------------------------
 docs/configuration.md | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/84baa5e9/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 4a6e4dd..77c5cbc 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to