Skip to content

Commit 44f8410

Browse files
committed
Delete documentation - muahaha!
1 parent eb9f065 commit 44f8410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/security.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Spark currently supports authentication via a shared secret. Authentication can
77

88
* For Spark on [YARN](running-on-yarn.html) deployments, configuring `spark.authenticate` to `true` will automatically handle generating and distributing the shared secret. Each application will use a unique shared secret.
99
* For other types of Spark deployments, the Spark parameter `spark.authenticate.secret` should be configured on each of the nodes. This secret will be used by all the Master/Workers and applications.
10-
* **IMPORTANT NOTE:** *The experimental Netty shuffle path (`spark.shuffle.use.netty`) is not secured, so do not use Netty for shuffles if running with authentication.*
1110

1211
## Web UI
1312

0 commit comments

Comments
 (0)