RE: Example standalone app error!

2014-08-01 Thread Alex Minnaar
July 31, 2014 8:36 PM To: user@spark.apache.org Subject: Re: Example standalone app error! When are you guys getting the error? When Sparkcontext is created? Or when it is being shutdown? If this error is being thrown when the SparkContext is created, then one possible reason maybe conflicting ver

Re: Example standalone app error!

2014-07-31 Thread Tathagata Das
nks, > > > Alex > > > From: Andrew Or > Sent: Tuesday, July 29, 2014 4:53 PM > To: user@spark.apache.org > Subject: Re: Example standalone app error! > > Hi Alex, > > Very strange. This error occurs when someone tries to call an abstract > method. I h

RE: Example standalone app error!

2014-07-31 Thread Alex Minnaar
​I am eager to solve this problem. So if anyone has any suggestions I would be glad to hear them. Thanks, Alex From: Andrew Or Sent: Tuesday, July 29, 2014 4:53 PM To: user@spark.apache.org Subject: Re: Example standalone app error! Hi Alex, Very strange

RE: Example standalone app error!

2014-07-30 Thread Alex Minnaar
es as well. Any other ideas? Thanks, Alex From: Andrew Or Sent: Tuesday, July 29, 2014 4:53 PM To: user@spark.apache.org Subject: Re: Example standalone app error! Hi Alex, Very strange. This error occurs when someone tries to call an abstract method. I hav

Re: Example standalone app error!

2014-07-29 Thread Andrew Or
Hi Alex, Very strange. This error occurs when someone tries to call an abstract method. I have run into this before and resolved it with a SBT clean followed by an assembly, so maybe you could give that a try. Let me know if that fixes it, Andrew 2014-07-29 13:01 GMT-07:00 Alex Minnaar : > I

Example standalone app error!

2014-07-29 Thread Alex Minnaar
I am trying to run an example Spark standalone app with the following code import org.apache.spark.streaming._ import org.apache.spark.streaming.StreamingContext._ object SparkGensimLDA extends App{ val ssc=new StreamingContext("local","testApp",Seconds(5)) val lines=ssc.textFileStream("/..