You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Pascal Voitot Dev <pa...@gmail.com> on 2014/02/06 17:40:38 UTC

Any work on improving Serializer for Macro-based picklers?

Hello guys,

I'm investigating a bit how I could use scala-pickling as a serializer in
Spark and after reading some code, I discovered current serializer
implementation prevents from using macro-based tooling with it.

I wanted to know whether someone was already working on improving current
serializer design to this end?

As Spark 0.9 is 2.10.0 compatible, I believe you must already have a few
ideas with macros in it... ;)

Thanks in advance!

Best regards
Pascal (@mandubian)