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
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
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
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
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
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("/..