Skip to content

Commit 53d1c78

Browse files
Michael Gummeltrxin
authored andcommitted
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 <[email protected]> Closes #14549 from mgummelt/sasl.
1 parent 9216901 commit 53d1c78

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ Apart from these, the following properties are also available, and may be useful
12111211
<td>false</td>
12121212
<td>
12131213
Whether to use dynamic resource allocation, which scales the number of executors registered
1214-
with this application up and down based on the workload.
1214+
with this application up and down based on the workload.
12151215
For more detail, see the description
12161216
<a href="job-scheduling.html#dynamic-resource-allocation">here</a>.
12171217
<br><br>
@@ -1352,8 +1352,9 @@ Apart from these, the following properties are also available, and may be useful
13521352
<td><code>spark.authenticate.enableSaslEncryption</code></td>
13531353
<td>false</td>
13541354
<td>
1355-
Enable encrypted communication when authentication is enabled. This option is currently
1356-
only supported by the block transfer service.
1355+
Enable encrypted communication when authentication is
1356+
enabled. This is supported by the block transfer service and the
1357+
RPC endpoints.
13571358
</td>
13581359
</tr>
13591360
<tr>

docs/security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ If your applications are using event logging, the directory where the event logs
2727

2828
## Encryption
2929

30-
Spark supports SSL for HTTP protocols. SASL encryption is supported for the block transfer service.
30+
Spark supports SSL for HTTP protocols. SASL encryption is supported for the block transfer service
31+
and the RPC endpoints.
3132

3233
Encryption is not yet supported for data stored by Spark in temporary local storage, such as shuffle
3334
files, cached data, and other application files. If encrypting this data is desired, a workaround is

0 commit comments

Comments
 (0)