From 53d1c7877967f03cc9c8c7e7394f380d1bbefc27 Mon Sep 17 00:00:00 2001 From: Michael Gummelt Date: Mon, 8 Aug 2016 16:07:51 -0700 Subject: 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 Closes #14549 from mgummelt/sasl. --- docs/configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/configuration.md') 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 false 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 here.

@@ -1352,8 +1352,9 @@ Apart from these, the following properties are also available, and may be useful spark.authenticate.enableSaslEncryption false - 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. -- cgit v1.2.3