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: [email protected]
For additional commands, e-mail: [email protected]