You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Stephan Kepser (JIRA)" <ji...@apache.org> on 2016/10/28 07:13:58 UTC

[jira] [Created] (SPARK-18158) Submit app in standalone cluster mode supervised with HA: all masters have to be up and running

Stephan Kepser created SPARK-18158:
--------------------------------------

             Summary: Submit app in standalone cluster mode supervised with HA: all masters have to be up and running
                 Key: SPARK-18158
                 URL: https://issues.apache.org/jira/browse/SPARK-18158
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.6.2
            Reporter: Stephan Kepser


We use Spark in Stand-alone cluster mode with HA via three masters. If one submits an app with
> spark-submit --deploy-mode cluster --supervised --master node1,node2,node3
all masters (node1,nod2,nod3) must be up and running. If one Standby master is down, spark-submit fails. If you remove the master that's down (say node2) from the list of masters as in
> spark-submit --deploy-mode cluster --supervised --master node1,node3
the submit succeeds.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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