Closed itsmeccr closed 7 years ago
We dont restart slave nodes in the case of spot instances. That is only supported for on-demand instances that have been stopped. You can use the flag --use-existing-master
in launch
and give the same cluster name. That will re-bid for spot instance slaves and then connect them to the stopped master
Thank you.
I launched a cluster with 2 slave nodes. I ran
spark-ec2 stop cluster_name
command which stopped master and terminated the spot slave instances. Now, I again tried to restart the cluster but got following error.What is causing this and what is the solution?