Re: Scala 2.11 and Akka 2.4.0

2015-12-07 Thread RodrigoB
Hi Manas, Thanks for the reply. I've done that. The problem lies with Spark + akka 2.4.0 build. Seems the maven shader plugin is altering some class files and breaking the Akka runtime. Seems the Spark build on Scala 2.11 using SBT is broken. I'm getting build errors using sbt due to the issues

Re: Scala 2.11 and Akka 2.4.0

2015-12-05 Thread manasdebashiskar
There are steps to build spark using scala 2.11 in the spark docs. the first step is /dev/change-scala-version.sh 2.11 which changes the scala version to 2.11. I have not tried compiling spark with akka 2.4.0. ..Manas -- View this message in context:

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Iulian DragoČ™
---Original Message- > From: Jacek Laskowski [mailto:ja...@japila.pl] > Sent: 01 December 2015 18:17 > To: Boavida, Rodrigo <rodrigo.boav...@aspect.com> > Cc: user <user@spark.apache.org> > Subject: Re: Scala 2.11 and Akka 2.4.0 > > On Tue, Dec 1, 2015 at 2:32 PM, Rodrigo

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Ted Yu
>From the dependency tree, akka 2.4.0 was in effect. Maybe check the classpath of master to see if there is older version of akka. Cheers

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Jacek Laskowski
On Tue, Dec 1, 2015 at 2:32 PM, RodrigoB <rodrigo.boav...@aspect.com> wrote: > I'm currently trying to build spark with Scala 2.11 and Akka 2.4.0. Why? AFAIK Spark's leaving Akka's boat and joins Netty'

RE: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Boavida, Rodrigo
not available yet. Any suggestions are very welcomed. Tnks, Rod -Original Message- From: Jacek Laskowski [mailto:ja...@japila.pl] Sent: 01 December 2015 18:17 To: Boavida, Rodrigo <rodrigo.boav...@aspect.com> Cc: user <user@spark.apache.org> Subject: Re: Scala 2.11 and Akka 2

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Ted Yu
3 > To: Boavida, Rodrigo <rodrigo.boav...@aspect.com> > Cc: user@spark.apache.org > Subject: Re: Scala 2.11 and Akka 2.4.0 > > Have you run 'mvn dependency:tree' and examined the output ? > > There should be some hint. > > Cheers > > > On Dec 1, 2015, at 5:

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Ted Yu
Please specify the following in your maven commands: -Dscala-2.11 Cheers

RE: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Boavida, Rodrigo
Thanks that worked! I let you know the results. Tnks, Rod From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: 01 December 2015 15:36 To: Boavida, Rodrigo <rodrigo.boav...@aspect.com> Cc: user@spark.apache.org Subject: Re: Scala 2.11 and Akka 2.4.0 Please specify the following in your maven co

RE: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Boavida, Rodrigo
pache.org Subject: Re: Scala 2.11 and Akka 2.4.0 Have you run 'mvn dependency:tree' and examined the output ? There should be some hint. Cheers > On Dec 1, 2015, at 5:32 AM, RodrigoB <rodrigo.boav...@aspect.com> wrote: > > Hi, > > I'm currently trying to build spark with Sca

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Ted Yu
Have you run 'mvn dependency:tree' and examined the output ? There should be some hint. Cheers > On Dec 1, 2015, at 5:32 AM, RodrigoB <rodrigo.boav...@aspect.com> wrote: > > Hi, > > I'm currently trying to build spark with Scala 2.11 and Akka 2.4.0. > I've change