Getting this sporadically running Spark Streaming

2014-06-06 Thread Jim Donahue
I'm seeing this sporadically while running a Spark Streaming job on Spark 1.0.0. Jim 14/06/06 08:53:56 ERROR LiveListenerBus: Listener JobProgressListener threw an exception java.util.NoSuchElementException: key not found: 1029063 at scala.collection.MapLike$class.default(MapLike.scala:228)

sbt run with spark.ContextCleaner ERROR

2014-06-03 Thread Jim Donahue
This was posted before, but I couldn't find an answer (http://mail-archives.apache.org/mod_mbox/incubator-spark-user/201405.mbox/%3c1399196458177-5304.p...@n3.nabble.com%3E) i use sbt to run my spark application, after the app completes, error occurs: 14/05/04 17:32:28 INFO network.ConnectionMa

Re: No output from Spark Streaming program with Spark 1.0

2014-05-24 Thread Jim Donahue
setting >> > up your streams (i.e. not inside of the foreach) do you see that? This >> > could be a streaming issue, but it could also be something related to >> > the way it's running in eclipse. >> > >> > - Patrick >> > >> >

No output from Spark Streaming program with Spark 1.0

2014-05-23 Thread Jim Donahue
fine) and generates a stream of INFO logging messages, but never generates any output. :-( I¹m running this in Eclipse, so there may be some class loading issue (loading the wrong class or something like that), but I¹m not seeing anything in the console output. Thanks, Jim Donahue Adobe val

RE: Spark Streaming and Storehaus -- example?

2014-03-06 Thread Jim Donahue
making a Scala object that lives on the worker side (e.g., by static initialization) and then access it that way. — p...@mult.ifario.us | Multifarious, Inc. | http://mult.ifario.us/ On Thu, Mar 6, 2014 at 1:44 PM, Jim Donahue wrote: > After watching Ryan Weald's talk about integrating S

Spark Streaming and Storehaus -- example?

2014-03-06 Thread Jim Donahue
7;t (I end up getting a NotSerializableException). Anybody have an example of working code? Is this problem specific to MySqlLongStores, or is this generic? Thanks, Jim Donahue Adobe