aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-20 16:35:26 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-20 16:40:58 -0800
commitcdb003e3766b6e530d1ac51b16d155e59c329ab5 (patch)
tree87e13ae49ef13d26fdd0ba5b35bf27c1c32cdb02 /docs/configuration.md
parent792d9084e2bc9f778a00a56fa7dcfe4084153aea (diff)
downloadspark-cdb003e3766b6e530d1ac51b16d155e59c329ab5.tar.gz
spark-cdb003e3766b6e530d1ac51b16d155e59c329ab5.tar.bz2
spark-cdb003e3766b6e530d1ac51b16d155e59c329ab5.zip
Removing docs on akka options
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 00864906b3..4c2e9cc479 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -379,13 +379,6 @@ Apart from these, the following properties are also available, and may be useful
Too large a value decreases parallelism during broadcast (makes it slower); however, if it is too small, <code>BlockManager</code> might take a performance hit.
</td>
</tr>
-<tr>
- <td>akka.x.y....</td>
- <td>value</td>
- <td>
- An arbitrary akka configuration can be set directly on spark conf and it is applied for all the ActorSystems created spark wide for that SparkContext and its assigned executors as well.
- </td>
-</tr>
<tr>
<td>spark.shuffle.consolidateFiles</td>