Re: Building Spark 1.3 for Scala 2.11 using Maven

2015-03-12 Thread Fernando O.
Just FYI: what @Marcelo said fixed the issue for me. On Fri, Mar 6, 2015 at 7:11 AM, Sean Owen wrote: > -Pscala-2.11 and -Dscala-2.11 will happen to do the same thing for this > profile. > > Why are you running "install package" and not just "install"? Probably > doesn't matter. > > This sounds

Re: Building Spark 1.3 for Scala 2.11 using Maven

2015-03-06 Thread Sean Owen
-Pscala-2.11 and -Dscala-2.11 will happen to do the same thing for this profile. Why are you running "install package" and not just "install"? Probably doesn't matter. This sounds like you are trying to only build core without building everything else, which you can't do in general unless you alr

Re: Building Spark 1.3 for Scala 2.11 using Maven

2015-03-05 Thread Marcelo Vanzin
Ah, and you may have to use dev/change-version-to-2.11.sh. (Again, never tried compiling with scala 2.11.) On Thu, Mar 5, 2015 at 4:52 PM, Marcelo Vanzin wrote: > I've never tried it, but I'm pretty sure in the very least you want > "-Pscala-2.11" (not -D). > > On Thu, Mar 5, 2015 at 4:46 PM, Nig

Re: Building Spark 1.3 for Scala 2.11 using Maven

2015-03-05 Thread Marcelo Vanzin
I've never tried it, but I'm pretty sure in the very least you want "-Pscala-2.11" (not -D). On Thu, Mar 5, 2015 at 4:46 PM, Night Wolf wrote: > Hey guys, > > Trying to build Spark 1.3 for Scala 2.11. > > I'm running with the folllowng Maven command; > > -DskipTests -Dscala-2.11 clean install pac