Re: About akka used in spark

2015-06-10 Thread Akhil Das
If you look at the maven repo, you can see its from typesafe only
http://mvnrepository.com/artifact/org.spark-project.akka/akka-actor_2.10/2.3.4-spark

For sbt, you can download the sources by adding withSources() like:

libraryDependencies += org.spark-project.akka % akka-actor_2.10 %
2.3.4-spark withSources() withJavadoc()



Thanks
Best Regards

On Wed, Jun 10, 2015 at 11:25 AM, wangtao (A) wangtao...@huawei.com wrote:

  Hi guys,



 I see group id of akka used in spark is “org.spark-project.akka”. What is
 its difference with the typesafe one? What is its version? And where can we
 get the source code?



 Regards.



Re: About akka used in spark

2015-06-10 Thread Cheng Lian
We only shaded protobuf dependencies because of compatibility issues. 
The source code is not modified.


On 6/10/15 1:55 PM, wangtao (A) wrote:


Hi guys,

I see group id of akka used in spark is “org.spark-project.akka”. What 
is its difference with the typesafe one? What is its version? And 
where can we get the source code?


Regards.





About akka used in spark

2015-06-09 Thread wangtao (A)
Hi guys,

I see group id of akka used in spark is org.spark-project.akka. What is its 
difference with the typesafe one? What is its version? And where can we get the 
source code?

Regards.