Re: object in an rdd: serializable?

2014-10-17 Thread Duy Huynh
what is the best way to serialize HelloWorld so that it can be contained >> in >> an RDD? >> >> thanks! >> >> >> >> >> -- >> View this message in context: >> h

Re: object in an rdd: serializable?

2014-10-16 Thread Boromir Widas
val data = sc.parallelize(List(new HelloWorld(1), new HelloWorld(2))) > ... > } > > what is the best way to serialize HelloWorld so that it can be contained in > an RDD? > > thanks! > > > > > -- > View this message in context: > http://apache-spark-user-l

object in an rdd: serializable?

2014-10-16 Thread ll
it can be contained in an RDD? thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/object-in-an-rdd-serializable-tp16638.html Sent from the Apache Spark User List mailing list archive at Nabble.com