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

    https://github.com/apache/spark/pull/10701#discussion_r49760002
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/mesos/MesosClusterDispatcherArguments.scala
 ---
    @@ -97,6 +102,7 @@ private[mesos] class 
MesosClusterDispatcherArguments(args: Array[String], conf:
             "  --webui-port WEBUI_PORT WebUI Port to listen on (default: 
8081)\n" +
             "  --name NAME             Framework name to show in Mesos UI\n" +
             "  -m --master MASTER      URI for connecting to Mesos master\n" +
    +        "  --disable-failover      Will kill the driver when dispatcher is 
stopped\n" +
    --- End diff --
    
    Killing the driver doesn't sound right to me, how about "De-register the 
framework when dispatcher is stopped"


---
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