pishen / sbt-lighter

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

Unable to create a cluster with on-demand instances #5

Closed zaltoprofen closed 7 years ago

zaltoprofen commented 7 years ago

Executing sparkSubmitJob command without sparkInstanceBidPrice to setup on-demand instances, I got the following error:

> sparkSubmitJob
...
[trace] Stack trace suppressed: run last *:sparkSubmitJob for the full output.
[error] (*:sparkSubmitJob) com.amazonaws.services.elasticmapreduce.model.AmazonElasticMapReduceException: An instance group is missing the bid price. (Service: AmazonElasticMapReduce; Status Code: 400; Error Code: ValidationException; Request ID: 74f9963c-1fa8-11e7-adba-1112ab79b27b)
[error] Total time: 20 s, completed 2017/04/13 2:50:04
pishen commented 7 years ago

@zaltoprofen Fixed in 0.6.1, please notify me if there's still a problem, thanks!