Re: New sbt plugin to deploy jobs to EC2

2014-09-24 Thread Shafaq
Hi, testing out the Spark Ec2 deployment plugin: I try to compile using $sbt sparkLaunchCluster --- [info] Resolving org.fusesource.jansi#jansi;1.4 ... [warn]

New sbt plugin to deploy jobs to EC2

2014-09-05 Thread Felix Garcia Borrego
As far as I know in other to deploy and execute jobs in EC2 you need to assembly you project, copy your jar into the cluster, log into using ssh and submit the job. To avoid having to do this I've been prototyping an sbt plugin(1) that allows to create and send Spark jobs to an Amazon EC2 cluster

Re: New sbt plugin to deploy jobs to EC2

2014-09-05 Thread andy petrella
\o/ = will test it soon or sooner, gr8 idea btw aℕdy ℙetrella about.me/noootsab [image: aℕdy ℙetrella on about.me] http://about.me/noootsab On Fri, Sep 5, 2014 at 12:37 PM, Felix Garcia Borrego fborr...@gilt.com wrote: As far as I know in other to deploy and execute jobs in EC2 you need to