Re: akka 2.3.x?

2014-07-27 Thread yardena
Thanks Matei! 

I looked at the pull request, but we are not yet ready to move to Scala 2.11
and at this point prefer to upgrade only Akka, so I filed
https://issues.apache.org/jira/browse/SPARK-2707 as a separate issue.

  Yardena



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/akka-2-3-x-tp10513p10741.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.


Re: akka 2.3.x?

2014-07-24 Thread Matei Zaharia
This is being tracked here: https://issues.apache.org/jira/browse/SPARK-1812, 
since it will also be needed for cross-building with Scala 2.11. Maybe we can 
do it before that. Probably too late for 1.1, but you should open an issue for 
1.2.

In that JIRA I linked, there's a pull request from a month ago that adds Akka 
2.3, so that's worth looking at.

Matei

On Jul 24, 2014, at 10:19 AM, yardena  wrote:

> We are also eagerly waiting for akka 2.3.4 support as we use Akka (and Spray)
> directly in addition to Spark.
> 
>  Yardena
> 
> 
> 
> --
> View this message in context: 
> http://apache-spark-user-list.1001560.n3.nabble.com/akka-2-3-x-tp10513p10597.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.



Re: akka 2.3.x?

2014-07-24 Thread yardena
We are also eagerly waiting for akka 2.3.4 support as we use Akka (and Spray)
directly in addition to Spark.

  Yardena



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/akka-2-3-x-tp10513p10597.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.


akka 2.3.x?

2014-07-23 Thread Lee Mighdoll
Is there branch somewhere with current spark on a current version of akka?
I'm trying to embed spark into a spray app. I can probably backport our app
to 2.2.3 for a little while, but I wouldn't want to be stuck there too long.

Related: do I need the protobuf shading if I'm using the
spark-cassandra-connector rather than the hadoop back end?

Cheers,
Lee