Re: Spark dependency library causing problems with conflicting versions at import

2013-10-08 Thread Mingyu Kim
he.org" , Tarun Singh Subject: Re: Spark dependency library causing problems with conflicting versions at import Yeah, you have to use the scala-2.10 branch to use Scala 2.10. Scala doesn't really support mixed-version builds. We are actively maintaining the 2.10 branch and plan on m

Re: Spark dependency library causing problems with conflicting versions at import

2013-10-07 Thread Matei Zaharia
t;user@spark.incubator.apache.org" > Cc: Andrew Winings , Tarun Singh > Subject: Re: Spark dependency library causing problems with conflicting > versions at import > > Hi Mingyu, > > The latest version of Spark works with Scala 2.9.3, which is the latest > S

Re: Spark dependency library causing problems with conflicting versions at import

2013-10-07 Thread Matei Zaharia
Hi Mingyu, The latest version of Spark works with Scala 2.9.3, which is the latest Scala-2.9 version. There's also a branch called branch-2.10 on GitHub that uses 2.10.3. What specific libraries are you having trouble with? > I see other open source projects private-namespacing the dependencies

Spark dependency library causing problems with conflicting versions at import

2013-10-07 Thread Mingyu Kim
Hi all, I'm trying to use spark in our existing code base. However, a lot of spark dependencies are not updated to the latest versions and they conflict with our versions of the libraries. Most notably scala-2.9.2 and scala-2.10.1. Have people run into these problems before? How did you work aroun