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 f

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: http://apache-spark-user-list.1001560.n3.

Re: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Iulian DragoČ™
ge- > From: Jacek Laskowski [mailto:ja...@japila.pl] > Sent: 01 December 2015 18:17 > To: Boavida, Rodrigo > Cc: user > Subject: Re: Scala 2.11 and Akka 2.4.0 > > On Tue, Dec 1, 2015 at 2:32 PM, RodrigoB > wrote: > > > I'm currently trying to build spar

RE: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Boavida, Rodrigo
#x27;s 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 Cc: user Subject: Re: Scala 2.11 and Akka 2.4.0 On Tue, Dec 1, 2015 at 2:32 PM, RodrigoB wro

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 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's. Jacek - To unsubscribe, e-mail: user-unsubscr...@s

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 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 Cc: user@spark.apache.org Subject: Re: Scala 2.11 and Akka 2.4.0 Please specify the following in your maven commands: -Dscala-2.11 Cheers This

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 Ted Yu
p 1] > > So it seems somehow it's still pulling some 2.10 dependencies. Do you > think this could be the cause for the observed problem? > > tnks, > Rod > > -Original Message- > From: Ted Yu [mailto:yuzhih...@gmail.com] > Sent: 01 December 2015 14:13 >

RE: Scala 2.11 and Akka 2.4.0

2015-12-01 Thread Boavida, Rodrigo
So it seems somehow it's still pulling some 2.10 dependencies. Do you think this could be the cause for the observed problem? tnks, Rod -Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: 01 December 2015 14:13 To: Boavida, Rodrigo Cc: user@spark.apache.org Subject:

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 wrote: > > Hi, > > I'm currently trying to build spark with Scala 2.11 and Akka 2.4.0. > I've changed the main pom.xml files to corresponding akka version and