RE: Spark and Play

2014-11-13 Thread Mohammed Guller
Meehan [mailto:jnmee...@gmail.com] Sent: Tuesday, November 11, 2014 11:35 PM To: Mohammed Guller Cc: Patrick Wendell; Akshat Aranya; user@spark.apache.org Subject: Re: Spark and Play You can also build a Play 2.2.x + Spark 1.1.0 fat jar with sbt-assembly for, e.g. yarn-client support or using with

Re: Spark and Play

2014-11-12 Thread Donald Szeto
= "2.10.4" >> >> libraryDependencies ++= Seq( >> jdbc, >> anorm, >> cache, >> "org.apache.spark" %% "spark-core" % "1.1.0", >> "com.typesafe.akka" %% "akka-actor" % "2.2.3", >

Re: Spark and Play

2014-11-11 Thread John Meehan
quot; > > libraryDependencies ++= Seq( > jdbc, > anorm, > cache, > "org.apache.spark" %% "spark-core" % "1.1.0", > "com.typesafe.akka" %% "akka-actor" % "2.2.3", > "com.typesafe.akka" %% "

RE: Spark and Play

2014-11-11 Thread Mohammed Guller
.playScalaSettings Mohammed -----Original Message- From: Patrick Wendell [mailto:pwend...@gmail.com] Sent: Tuesday, November 11, 2014 2:06 PM To: Akshat Aranya Cc: user@spark.apache.org Subject: Re: Spark and Play Hi There, Because Akka versions are not binary compatible with one anothe

Re: Spark and Play

2014-11-11 Thread Patrick Wendell
Hi There, Because Akka versions are not binary compatible with one another, it might not be possible to integrate Play with Spark 1.1.0. - Patrick On Tue, Nov 11, 2014 at 8:21 AM, Akshat Aranya wrote: > Hi, > > Sorry if this has been asked before; I didn't find a satisfactory answer > when sear