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

    https://github.com/apache/spark/pull/19437#discussion_r144680478
  
    --- Diff: 
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackendUtil.scala
 ---
    @@ -170,9 +175,119 @@ private[mesos] object MesosSchedulerBackendUtil 
extends Logging {
           containerInfo.addNetworkInfos(info)
         }
     
    +    getSecretVolume(conf, secretConfig).foreach { volume =>
    +      if (volume.getSource.getSecret.getReference.isInitialized) {
    +        logInfo(s"Setting reference secret 
${volume.getSource.getSecret.getReference.getName}" +
    --- End diff --
    
    Need a space at the end of this log line (my bad!)


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to