vanzin commented on a change in pull request #23252: [SPARK-26239] File-based
secret key loading for SASL.
URL: https://github.com/apache/spark/pull/23252#discussion_r240802787
##########
File path: core/src/main/scala/org/apache/spark/SecurityManager.scala
##########
@@ -367,11 +371,18 @@ private[spark] class SecurityManager(
case _ =>
require(sparkConf.contains(SPARK_AUTH_SECRET_CONF),
- s"A secret key must be specified via the $SPARK_AUTH_SECRET_CONF
config.")
+ s"A secret key must be specified via the $SPARK_AUTH_SECRET_CONF
config")
Review comment:
Undo this change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]