aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorMichael Gummelt <mgummelt@mesosphere.io>2016-08-08 16:07:51 -0700
committerReynold Xin <rxin@databricks.com>2016-08-08 16:07:51 -0700
commit53d1c7877967f03cc9c8c7e7394f380d1bbefc27 (patch)
treefede6b9b0c130c5f1c0629309669bd1c90f52d10 /docs/configuration.md
parent9216901d52c9c763bfb908013587dcf5e781f15b (diff)
downloadspark-53d1c7877967f03cc9c8c7e7394f380d1bbefc27.tar.gz
spark-53d1c7877967f03cc9c8c7e7394f380d1bbefc27.tar.bz2
spark-53d1c7877967f03cc9c8c7e7394f380d1bbefc27.zip
Update docs to include SASL support for RPC
## What changes were proposed in this pull request? Update docs to include SASL support for RPC Evidence: https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/rpc/netty/NettyRpcEnv.scala#L63 ## How was this patch tested? Docs change only Author: Michael Gummelt <mgummelt@mesosphere.io> Closes #14549 from mgummelt/sasl.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index cc6b2b6470..4569bed0ed 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1211,7 +1211,7 @@ Apart from these, the following properties are also available, and may be useful
<td>false</td>
<td>
Whether to use dynamic resource allocation, which scales the number of executors registered
- with this application up and down based on the workload.
+ with this application up and down based on the workload.
For more detail, see the description
<a href="job-scheduling.html#dynamic-resource-allocation">here</a>.
<br><br>
@@ -1352,8 +1352,9 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.authenticate.enableSaslEncryption</code></td>
<td>false</td>
<td>
- Enable encrypted communication when authentication is enabled. This option is currently
- only supported by the block transfer service.
+ Enable encrypted communication when authentication is
+ enabled. This is supported by the block transfer service and the
+ RPC endpoints.
</td>
</tr>
<tr>