Re: Big-Endian (IBM Power7) Spark Serialization issue

2014-06-15 Thread gchen
To anyone who is interested in this issue, the root cause if from a third party code com.ning.compress.lzf.impl.UnsafeChunkEncoderBE class since they have a broken implementation. A bug will be raised in Ning project, thanks. -- View this message in context: http://apache-spark-developers-list.

Re: Big-Endian (IBM Power7) Spark Serialization issue

2014-06-15 Thread Reynold Xin
Thanks for sending the update. Do you mind posting a link to the bug reported in the lzf project here as well? Cheers. On Sun, Jun 15, 2014 at 7:04 PM, gchen wrote: > To anyone who is interested in this issue, the root cause if from a third > party code com.ning.compress.lzf.impl.UnsafeChunkEn