aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-06 15:47:40 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-07 13:01:43 +0530
commitb3018811e106e6414816380a35c07a8564945d37 (patch)
tree3abe125d1b18eafc52fb4a4bcfd838244ec4e232 /docs/configuration.md
parentb97ef218f3feec6354bae6cfcd060e9b112c1779 (diff)
downloadspark-b3018811e106e6414816380a35c07a8564945d37.tar.gz
spark-b3018811e106e6414816380a35c07a8564945d37.tar.bz2
spark-b3018811e106e6414816380a35c07a8564945d37.zip
Allow users to set arbitrary akka configurations via spark conf.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 09342fedfc..8a8857bb3b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -361,6 +361,14 @@ Apart from these, the following properties are also available, and may be useful
</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 spark context and its assigned executors as well.
+ </td>
+</tr>
+
+<tr>
<td>spark.shuffle.consolidateFiles</td>
<td>false</td>
<td>