ogrodnek / spark-plug

scala driver for launching Amazon EMR jobs
Apache License 2.0
39 stars 11 forks source link

Support Regions #8

Open alistair opened 8 years ago

alistair commented 8 years ago

Hi.

I've been evaluating spark-plug for our usage of aws emr and noticed that you don't support specifying the region. This would be a really useful.

stephenh commented 8 years ago

Hi @alistair; agreed that would be useful. I can't technically submit new releases to Maven central (the other maintainer, Larry, has been doing the uploads), but if you come up with a PR, I'll merge it in.

In theory it should be pretty easy to find where we need to pass --region/etc. to the AWS commands. Thanks!