mridulm commented on code in PR #43387:
URL: https://github.com/apache/spark/pull/43387#discussion_r1369579551
##########
core/src/main/scala/org/apache/spark/SparkEnv.scala:
##########
@@ -374,7 +374,12 @@ object SparkEnv extends Logging {
}
val externalShuffleClient = if (conf.get(config.SHUFFLE_SERVICE_ENABLED)) {
- val transConf = SparkTransportConf.fromSparkConf(conf, "shuffle",
numUsableCores)
+ val transConf = SparkTransportConf.fromSparkConf(
+ conf,
+ "shuffle",
+ numUsableCores,
+ sslOptions = Some(securityManager.getSSLOptions("rpc"))
Review Comment:
you can expose a getter to surface it, though given it is immutable, should
not matter to expose the variable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]