pishen / sbt-lighter

SBT plugin for Apache Spark on AWS EMR
Apache License 2.0
57 stars 15 forks source link

Fix inability to create on demand instances. #6

Closed benkolera closed 7 years ago

benkolera commented 7 years ago

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:

pishen commented 7 years ago

Thanks for the PR!

pishen commented 7 years ago

@benkolera released in 0.6.1