Re: Play Scala Spark Exmaple

2015-01-12 Thread Eduardo Cusa
The EC2 versión is 1.1.0 and this is my build.sbt: libraryDependencies ++= Seq( jdbc, anorm, cache, "org.apache.spark" %% "spark-core" % "1.1.0", "com.typesafe.akka" %% "akka-actor" % "2.2.3", "com.typesafe.akka" %% "akka-slf4j" % "2.2.3", "or

Re: Play Scala Spark Exmaple

2015-01-10 Thread Akhil Das
What is your spark version that is running on the EC2 cluster? From the build file of your play application it seems that it uses Spark 1.0.1. Thanks Best Regards On Fri, Jan 9, 2015 at 7:17 PM, Eduardo Cusa < eduardo.c...@usmedi