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

Re: No output from Spark Streaming program with Spark 1.0

2014-05-24 Thread Jim Donahue
issue, but it could also be something related to the way it's running in eclipse. - Patrick On Fri, May 23, 2014 at 2:57 PM, Jim Donahue jdona...@adobe.com wrote: I¹m trying out 1.0 on a set of small Spark Streaming tests and am running into problems. Here¹s one of the little programs I

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
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 jdona...@adobe.com wrote: After watching Ryan Weald's talk about integrating Spark Streaming with Algebird