Github user skonto commented on a diff in the pull request:
https://github.com/apache/spark/pull/19437#discussion_r143413006
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala
---
@@ -21,6 +21,39 @@ import java.util.concurrent.TimeUnit
import org.apache.spark.internal.config.ConfigBuilder
+private[spark] class MesosSecretConfig(taskType: String) {
+ private[spark] val SECRET_NAME =
--- End diff --
shouldn't be SECRET_NAMES?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]