Re: Spark Streaming Twitter Example Error

2014-09-24 Thread danilopds
I solved this question using the SBT plugin "sbt-assembly". It's very good! Bye. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-Twitter-Example-Error-tp12600p15073.html Sent from the Apache Spark User List mailing

Re: Spark Streaming Twitter Example Error

2014-08-21 Thread Rishi Yadav
"1.0.2" > > libraryDependencies += "org.apache.spark" %% "spark-streaming" % "1.0.2" > > libraryDependencies += "org.twitter4j" % "twitter4j-core" % "3.0.3" > > libraryDependencies += "org.twitter4j" %

Spark Streaming Twitter Example Error

2014-08-21 Thread danilopds
itter4j-core" % "3.0.3" libraryDependencies += "org.twitter4j" % "twitter4j-stream" % "3.0.3" resolvers += "Akka Repository" at "http://repo.akka.io/releases/"; Can anybody help me? Thanks a lot! -- View