gaborgsomogyi 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_r270772075
##########
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:
Yep, I'm dealing with multi-cluster Kafka delegation token. Thanks for
pinging me, forgot this but now fixed.
----------------------------------------------------------------
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]