Andrew, I don't think so. I run Spark on EC2 all the time. It only started crashing when I upgraded my project to 0.8. The python script gets the latest AMI, which has Spark 0.7.3 installed (not 0.8). There has to be some standard procedure, probably involving git pull and the copy-dir script. If anyone knows step-by-step how to do this, that'd be great.
Thanks On Mon, Nov 25, 2013 at 5:00 PM, Andrew Ash <[email protected]> wrote: > I believe this page has what you're looking for: > http://spark.incubator.apache.org/docs/latest/ec2-scripts.html > > > On Mon, Nov 25, 2013 at 4:57 PM, Walrus theCat <[email protected]>wrote: > >> Hi, >> >> I just updated my imports and tried to run my app using Spark 0.8, but it >> breaks. The AMI's spark-shell says it's 0.7.3 or thereabouts, which is >> what my app previously used. What is the official, step-by-step solution >> to using Spark 0.8 on EC2? >> >> Thanks >> > >
