Looks like when the bid price was None we weren't setting the MarketType to OnDemand. It was failing when creating the cluster because it looks like the default is actually Spot pricing and it was failing because we hadn't set a bid.
This is tested on my side and seems to resolve the issue.
Thanks for the neat plugin! This is really handy for me! :smile:
Fixes: https://github.com/pishen/sbt-emr-spark/issues/5
Looks like when the bid price was None we weren't setting the MarketType to OnDemand. It was failing when creating the cluster because it looks like the default is actually Spot pricing and it was failing because we hadn't set a bid.
This is tested on my side and seems to resolve the issue.
Thanks for the neat plugin! This is really handy for me! :smile: