Github user susanxhuynh commented on a diff in the pull request:
https://github.com/apache/spark/pull/19437#discussion_r143543546
--- 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 --
I see what you mean. I'll change them.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]