Re: [BUG]Broadcast value return empty after turn to org.apache.spark.serializer.KryoSerializer

2015-04-14 Thread Imran Rashid
not sure it is a bug of spark or a bug of Kryo. > > > > Regards, > > > > Shuai > > > > > *From:* Shuai Zheng [mailto:szheng.c...@gmail.com] > *Sent:* Monday, April 06, 2015 5:34 PM > *To:* user@spark.apache.org > *Subject:* Broadcast value return empty afte

RE: [BUG]Broadcast value return empty after turn to org.apache.spark.serializer.KryoSerializer

2015-04-07 Thread Shuai Zheng
:34 PM To: user@spark.apache.org Subject: Broadcast value return empty after turn to org.apache.spark.serializer.KryoSerializer Hi All, I have tested my code without problem on EMR yarn (spark 1.3.0) with default serializer (java). But when I switch to

Broadcast value return empty after turn to org.apache.spark.serializer.KryoSerializer

2015-04-06 Thread Shuai Zheng
Hi All, I have tested my code without problem on EMR yarn (spark 1.3.0) with default serializer (java). But when I switch to org.apache.spark.serializer.KryoSerializer, the broadcast value doesn't give me right result (actually return me empty custom class on inner object). Basically I bro