Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As part of making configuring encryption easy in Spark, it would be better to use the existing RPC channel between driver and executors to transfer files and jars added to the application.
This would remove the need to start the HTTP server currently used for that purpose, which needs to be configured to use SSL if encryption is wanted. SSL is kinda hard to configure correctly in a multi-user, distributed environment.
Attachments
Issue Links
- blocks
-
SPARK-11563 Use RpcEnv to transfer generated classes in spark-shell
- Resolved
- is blocked by
-
SPARK-11235 Support streaming data using network library
- Resolved
- links to