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

    https://github.com/apache/spark/pull/18910#discussion_r132715684
  
    --- Diff: 
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala
 ---
    @@ -70,4 +70,12 @@ package object config {
               "during a temporary disconnection, before tearing down all the 
executors.")
           .doubleConf
           .createWithDefault(0.0)
    +
    +  private [spark] val NETWORK_LABELS =
    +    ConfigBuilder("spark.mesos.network.labels")
    +      .doc("Network labels to pass to CNI plugins.  This is a 
comma-separated list " +
    +        "of key-value pairs, where each key-value pair has the format 
key:value. " +
    +        "Example: key1=val1,key2=val2")
    --- End diff --
    
    I thought we use `:` to separate the key-value pairs? So it would say:
    `Example: key1:val1,key2:val2


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to