spark.shuffle.service.enabled
to be set.
+ The following configurations are also relevant:
spark.dynamicAllocation.minExecutors
,
spark.dynamicAllocation.maxExecutors
, and
- spark.shuffle.service.enabled
+ spark.dynamicAllocation.initialExecutors
spark.dynamicAllocation.minExecutors
spark.dynamicAllocation.maxExecutors
spark.dynamicAllocation.maxExecutors
spark.dynamicAllocation.minExecutors
Property Name | Default | Meaning |
---|---|---|
spark.ssl.enabled |
+ false | +
+ Whether to enable SSL connections on all supported protocols. + +All the SSL settings like Use |
+
spark.ssl.keyStore |
+ None | ++ A path to a key-store file. The path can be absolute or relative to the directory where + the component is started in. + | +
spark.ssl.keyStorePassword |
+ None | ++ A password to the key-store. + | +
spark.ssl.keyPassword |
+ None | ++ A password to the private key in key-store. + | +
spark.ssl.trustStore |
+ None | ++ A path to a trust-store file. The path can be absolute or relative to the directory + where the component is started in. + | +
spark.ssl.trustStorePassword |
+ None | ++ A password to the trust-store. + | +
spark.ssl.protocol |
+ None | ++ A protocol name. The protocol must be supported by JVM. The reference list of protocols + one can find on this + page. + | +
spark.ssl.enabledAlgorithms |
+ Empty | ++ A comma separated list of ciphers. The specified ciphers must be supported by JVM. + The reference list of protocols one can find on + this + page. + | +
Property Name | Default | Meaning |
---|