Re: User Defined Type (UDT)

2015-05-20 Thread Xiangrui Meng
.1001560.n3.nabble.com/User-Defined-Type-UDT-tp22796.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail

Re: User Defined Type (UDT)

2015-05-20 Thread Justin Uang
! wjur -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/User-Defined-Type-UDT-tp22796.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: User Defined Type (UDT)

2015-05-19 Thread Xiangrui Meng
for the reply in advance! wjur -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/User-Defined-Type-UDT-tp22796.html Sent from the Apache Spark User List mailing list archive at Nabble.com

User Defined Type (UDT)

2015-05-07 Thread Wojtek Jurczyk
Hi all! I'm using Spark 1.3.0 and I'm struggling with a definition of a new type for a project I'm working on. I've created a case class Person(name: String) and now I'm trying to make Spark to be able serialize and deserialize the defined type. I made a couple of attempts but none of them did

User Defined Type (UDT)

2015-05-07 Thread wjur
. Is there a working example for UDT? Thank you for the reply in advance! wjur -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/User-Defined-Type-UDT-tp22796.html Sent from the Apache Spark User List mailing list archive at Nabble.com