You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:20:11 UTC

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

     [ https://issues.apache.org/jira/browse/SPARK-18158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon updated SPARK-18158:
---------------------------------
    Labels: bulk-closed  (was: )

> 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
>            Priority: Major
>              Labels: bulk-closed
>
> 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
(v7.6.3#76005)

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