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

    https://github.com/apache/spark/pull/15009#discussion_r84788565
  
    --- Diff: 
launcher/src/main/java/org/apache/spark/launcher/LauncherProtocol.java ---
    @@ -32,6 +32,9 @@
       /** Environment variable where the secret for connecting back to the 
server is stored. */
       static final String ENV_LAUNCHER_SECRET = "_SPARK_LAUNCHER_SECRET";
     
    +  /** Environment variable where the stop if Launcher is stored. */
    +  static final String ENV_LAUNCHER_STOP_FLAG = "_SPARK_LAUNCHER_STOP_FLAG";
    --- End diff --
    
    Same comment about the name here.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to