|
- Whether to enable SSL connections on all supported protocols.
+ Whether to enable SSL connections on all supported protocols.
- When spark.ssl.enabled is configured, spark.ssl.protocol
- is required.
+ When spark.ssl.enabled is configured, spark.ssl.protocol
+ is required.
- All the SSL settings like spark.ssl.xxx where xxx is a
+ All the SSL settings like spark.ssl.xxx where xxx is a
particular configuration property, denote the global configuration for all the supported
protocols. In order to override the global configuration for the particular protocol,
- the properties must be overwritten in the protocol-specific namespace.
+ the properties must be overwritten in the protocol-specific namespace.
- Use spark.ssl.YYY.XXX settings to overwrite the global configuration for
+ Use spark.ssl.YYY.XXX settings to overwrite the global configuration for
particular protocol denoted by YYY. Example values for YYY
include fs, ui, standalone, and
historyServer. See SSL
- Configuration for details on hierarchical SSL configuration for services.
+ Configuration for details on hierarchical SSL configuration for services.
|