Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ If your applications are using event logging, the directory where the event logs
## Encryption

Spark supports SSL for HTTP protocols. SASL encryption is supported for the block transfer service
and the RPC endpoints.

Encryption is not yet supported for data stored by Spark in temporary local storage, such as shuffle
files, cached data, and other application files. If encrypting this data is desired, a workaround is
to configure your cluster manager to store application data on encrypted disks.
and the RPC endpoints. Shuffle files can also be encrypted if desired.

### SSL Configuration

Expand Down