Skip to content

Commit

Permalink
Delete documentation - muahaha!
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Nov 4, 2014
1 parent eb9f065 commit 44f8410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Spark currently supports authentication via a shared secret. Authentication can

* 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.
* 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.
* **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.*

## Web UI

Expand Down

0 comments on commit 44f8410

Please sign in to comment.