Using sbt-assemble I'm creating a fat jar that includes spark and akka. I've
encountered this error:

[error]
/home/dev/.ivy2/cache/com.typesafe.akka/akka-actor_2.10/jars/akka-actor_2.10-2.3.4.jar:akka/util/ByteIterator$$anonfun$getLongPart$1.class
[error]
/home/dev/.ivy2/cache/org.spark-project.akka/akka-actor_2.10/jars/akka-actor_2.10-2.3.4-spark.jar:akka/util/ByteIterator$$anonfun$getLongPart$1.class

This brought the org.spark-project.akka group to my attention. 

Can someone explain why the spark-project builds and uses it's own release
of akka? How does it differ from the com.typesafe.akka release?

Thanks,
David



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

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to