Skip to content

Commit c5a6635

Browse files
dud225rxin
authored andcommitted
Encryption of shuffle files
Hello According to my understanding of commits 4b4e329 & 8b325b1, one may now encrypt shuffle files regardless of the cluster manager in use. However I have limited understanding of the code, I'm not able to find out whether theses changes also comprise all "temporary local storage, such as shuffle files, cached data, and other application files". Please feel free to amend or reject my PR if I'm wrong. dud Author: Hervé <[email protected]> Closes #16885 from dud225/patch-1.
1 parent 8640dc0 commit c5a6635

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/security.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ If your applications are using event logging, the directory where the event logs
2828
## Encryption
2929

3030
Spark supports SSL for HTTP protocols. SASL encryption is supported for the block transfer service
31-
and the RPC endpoints.
32-
33-
Encryption is not yet supported for data stored by Spark in temporary local storage, such as shuffle
34-
files, cached data, and other application files. If encrypting this data is desired, a workaround is
35-
to configure your cluster manager to store application data on encrypted disks.
31+
and the RPC endpoints. Shuffle files can also be encrypted if desired.
3632

3733
### SSL Configuration
3834

0 commit comments

Comments
 (0)