attilapiros commented on a change in pull request #24170: [SPARK-26998][CORE]
Remove SSL configuration from executors
URL: https://github.com/apache/spark/pull/24170#discussion_r269158209
##########
File path: core/src/test/scala/org/apache/spark/SparkConfSuite.scala
##########
@@ -354,6 +354,20 @@ class SparkConfSuite extends SparkFunSuite with
LocalSparkContext with ResetSyst
}
}
+ test("SPARK-26998: SSL configuration not needed on executors") {
+ val conf = new SparkConf(false)
+ conf.validateSettings()
Review comment:
This line can be removed as `validateSettings()` is enough to be called once
in line 365.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]