Re: different akka versions and spark

2015-01-15 Thread Koert Kuipers
and to make things even more interesting: The CDH *5.3* version of Spark 1.2 differs from the Apache Spark 1.2 release in using Akka version 2.2.3, the version used by Spark 1.1 and CDH 5.2. Apache Spark 1.2 uses Akka version 2.3.4. so i just compiled a program that uses akka against apache spark

Re: different akka versions and spark

2015-01-06 Thread Koert Kuipers
if the classes are in the original location than i think its safe to say that this makes it impossible for us to build one app that can run against spark 1.0.x, 1.1.x and spark 1.2.x. thats no big deal, but it does beg the question of what compatibility can reasonably be expected for spark 1.x ser

Re: different akka versions and spark

2015-01-05 Thread Marcelo Vanzin
Spark doesn't really shade akka; it pulls a different build (kept under the "org.spark-project.akka" group and, I assume, with some build-time differences from upstream akka?), but all classes are still in the original location. The upgrade is a little more unfortunate than just changing akka, sin

Re: different akka versions and spark

2015-01-05 Thread Koert Kuipers
since spark shaded akka i wonder if it would work, but i doubt it On Mon, Jan 5, 2015 at 9:56 AM, Cody Koeninger wrote: > I haven't tried it with spark specifically, but I've definitely run into > problems trying to depend on multiple versions of akka in one project. > > On Sat, Jan 3, 2015 at 1

Re: different akka versions and spark

2015-01-05 Thread Cody Koeninger
I haven't tried it with spark specifically, but I've definitely run into problems trying to depend on multiple versions of akka in one project. On Sat, Jan 3, 2015 at 11:22 AM, Koert Kuipers wrote: > hey Ted, > i am aware of the upgrade efforts for akka. however if spark 1.2 forces me > to upgra

Re: different akka versions and spark

2015-01-03 Thread Koert Kuipers
hey Ted, i am aware of the upgrade efforts for akka. however if spark 1.2 forces me to upgrade all our usage of akka to 2.3.x while spark 1.0 and 1.1 force me to use akka 2.2.x then we cannot build one application that runs on all spark 1.x versions, which i would consider a major incompatibility.

Re: different akka versions and spark

2015-01-02 Thread Ted Yu
Please see http://akka.io/news/2014/05/22/akka-2.3.3-released.html which points to http://doc.akka.io/docs/akka/2.3.3/project/migration-guide-2.2.x-2.3.x.html?_ga=1.35212129.1385865413.1420220234 Cheers On Fri, Jan 2, 2015 at 9:11 AM, Koert Kuipers wrote: > i noticed spark 1.2.0 bumps the akka

different akka versions and spark

2015-01-02 Thread Koert Kuipers
i noticed spark 1.2.0 bumps the akka version. since spark uses it's own akka version, does this mean it can co-exist with another akka version in the same JVM? has anyone tried this? we have some spark apps that also use akka (2.2.3) and spray. if different akka versions causes conflicts then spar