You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Ian Ferreira <ia...@hotmail.com> on 2014/05/01 23:14:30 UTC

Setting the Scala version in the EC2 script?

Is this possible, it is very annoying to have such a great script, but still
have to manually update stuff afterwards.



Re: Setting the Scala version in the EC2 script?

Posted by Patrick Wendell <pw...@gmail.com>.
Spark will only work with Scala 2.10... are you trying to do a minor
version upgrade or upgrade to a totally different version?

You could do this as follows if you want:
1. Fork the spark-ec2 repository and change the file here:
https://github.com/mesos/spark-ec2/blob/v2/scala/init.sh
2. Modify your spark-ec2.py script to checkout spark-ec2 from forked version.

- Patrick

On Thu, May 1, 2014 at 2:14 PM, Ian Ferreira <ia...@hotmail.com> wrote:
> Is this possible, it is very annoying to have such a great script, but still
> have to manually update stuff afterwards.