Re: met a problem while running a streaming example program

2013-10-29 Thread dachuan
yes, it works after checkout branch-0.8. thanks. On Tue, Oct 29, 2013 at 12:51 PM, Patrick Wendell wrote: > If you just add the "extends Serializable" changes from here it should > work. > > On Tue, Oct 29, 2013 at 9:36 AM, Patrick Wendell > wrote: > > This was fixed on 0.8 branch and master:

Re: met a problem while running a streaming example program

2013-10-29 Thread Patrick Wendell
If you just add the "extends Serializable" changes from here it should work. On Tue, Oct 29, 2013 at 9:36 AM, Patrick Wendell wrote: > This was fixed on 0.8 branch and master: > https://github.com/apache/incubator-spark/pull/63/files > > - Patrick > > On Tue, Oct 29, 2013 at 9:17 AM, Thunder Stum

Re: met a problem while running a streaming example program

2013-10-29 Thread Patrick Wendell
This was fixed on 0.8 branch and master: https://github.com/apache/incubator-spark/pull/63/files - Patrick On Tue, Oct 29, 2013 at 9:17 AM, Thunder Stumpges wrote: > I vaguely remember running into this same error. It says there > "java.io.NotSerializableException: > org.apache.spark.streaming.e

Re: met a problem while running a streaming example program

2013-10-29 Thread Thunder Stumpges
I vaguely remember running into this same error. It says there "java.io.NotSerializableException: org.apache.spark.streaming.examples.clickstream.PageView"... can you check the PageView class in the examples and make sure it has the @serializable directive? I seem to remember having to add it. goo

met a problem while running a streaming example program

2013-10-29 Thread dachuan
Hi, I have tried the clickstream example, it runs into an exception, anybody met this before? Since the program mentioned "local[2]", so I run it in my local machine. thanks in advance, dachuan. Log Snippet 1: 13/10/29 08:50:25 INFO scheduler.DAGScheduler: Submitting 46 missing tasks from Stag