Github user susanxhuynh commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19437#discussion_r146704074
  
    --- 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) {
    --- End diff --
    
    Done. I've moved this `MesosSecretConfig` class inside the `config` object, 
and made the constructor private to that object.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to