Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/9287#discussion_r44046018
--- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala ---
@@ -483,7 +482,7 @@ private[spark] object SecurityManager {
val SPARK_AUTH_SECRET_CONF: String = "spark.authenticate.secret"
// This is used to set auth secret to an executor's env variable. It
should have the same
// value as SPARK_AUTH_SECRET_CONF set in SparkConf
- val ENV_AUTH_SECRET = "_SPARK_AUTH_SECRET"
+ val ENV_AUTH_SECRET = "SPARK_AUTH_SECRET"
--- End diff --
Why this change? The `_` is normally used to indicate something that users
should not set directly, and that's the case with this env variable.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]