Re: Issue using kryo serilization

2014-08-01 Thread gpatcham
any pointers to this issue. Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Issue-using-kryo-serilization-tp11129p11191.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Issue using kryo serilization

2014-07-31 Thread gpatcham
No,it doesn't implement serializable..It's third party class -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Issue-using-kryo-serilization-tp11129p11136.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Issue using kryo serilization

2014-07-31 Thread ratabora
Does the class your serializing implement serializable? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Issue-using-kryo-serilization-tp11129p11134.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Issue using kryo serilization

2014-07-31 Thread gpatcham
Yes,I did enable that conf.set("spark.serializer", "org.apache.spark.serializer.KryoSerializer") conf.set("spark.kryo.registrator", "com.bigdata.MyRegistrator") -- View this message in context: http://apache-spark-user-list.1001560.n3.

Re: Issue using kryo serilization

2014-07-31 Thread Andrew Ash
Can anyone please let me know if something is wrong > > Thanks > Giri > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Issue-using-kryo-serilization-tp11129.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Issue using kryo serilization

2014-07-31 Thread gpatcham
Exception: Job aborted: Task not serializable: java.io.NotSerializableException: mobi.mtld.da.device.DeviceApi Can anyone please let me know if something is wrong Thanks Giri -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Issue-using-kryo-serilization-tp111