You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by rmarsch <gi...@git.apache.org> on 2015/10/27 17:32:24 UTC

[GitHub] spark pull request: [SPARK-9687] Avoid throwing SparkException for...

Github user rmarsch commented on the pull request:

    https://github.com/apache/spark/pull/7993#issuecomment-151560483
  
    > if a driver can't register with any Masters it should just exit, which is the current behavior, shouldn't it?
    
    Not at all. Many users are running programmatically from their own applications as the driver and it is unacceptable to be terminating the JVM in this context. Even if it's going to be impossible to create a SparkContext on that server/application, the control of the JVM should be in the application's hands.


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

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