Hi Zongheng,
Thanks a lot for your reply.
I was edited my codes in my group project and I forgot to remove the package
declaration...How silly!
Regards,
Haoming
> Date: Thu, 10 Jul 2014 12:00:40 -0700
> Subject: Re: SPARKSQL problem with implementing Scala's Product interface
>
ct-interface-test_2.10-1.0.jar
>
> But I always get the exception that is "Exception in thread "main"
> java.lang.ClassNotFoundException: SimpleApp".
>
> So can you please share me the way to run the test program? Actually I can
> see there is a SimpleApp.class in classes folder, but
Interface/target/scala-2.10/classes/product-interface-test_2.10-1.0.jar
But I always get the exception that is "Exception in thread "main"
java.lang.ClassNotFoundException: SimpleApp".
So can you please share me the way to run the test program? Actually I can see
there is a Simple
Hi All,
I have a class with too many variables to be implemented as a case class,
therefor I am using regular class that implements Scala's product interface.
Like so:
class Info () extends Product with Serializable {
var param1 : String = ""
var param2 : String = ""
...
var param