Re: Building Spark against Scala 2.10.1 virtualized

2014-07-18 Thread Reynold Xin
Yes. On Fri, Jul 18, 2014 at 12:50 PM, Meisam Fathi wrote: > Sorry for resurrecting this thread but project/SparkBuild.scala is > completely rewritten recently (after this commit > https://github.com/apache/spark/tree/628932b). Should library > dependencies be defined in pox.xml files after thi

Re: Building Spark against Scala 2.10.1 virtualized

2014-07-18 Thread Meisam Fathi
Sorry for resurrecting this thread but project/SparkBuild.scala is completely rewritten recently (after this commit https://github.com/apache/spark/tree/628932b). Should library dependencies be defined in pox.xml files after this commit? Thanks Meisam On Thu, Jun 5, 2014 at 4:51 PM, Matei Zaharia

Re: Building Spark against Scala 2.10.1 virtualized

2014-06-05 Thread Matei Zaharia
You can modify project/SparkBuild.scala and build Spark with sbt instead of Maven. On Jun 5, 2014, at 12:36 PM, Meisam Fathi wrote: > Hi community, > > How should I change sbt to compile spark core with a different version > of Scala? I see maven pom files define dependencies to scala 2.10.4.