nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
637 stars 116 forks source link

Gracefully handle interrupted launches where cluster_instances is not defined #183

Closed nchammas closed 11 months ago

nchammas commented 7 years ago

If a cluster launch is interrupted before AWS can even return a list of instances, we hit a part of the code where cluster_instances is not defined. We should protect against that.

Additionally, when Flintrock comes across a broken cluster (e.g. missing tags) left behind by an interrupted launch, we should:

Triggered by the discussion with @douglaz in #179.