Hey Jan, Can you provide more details on the serialization and cache issues.
If you are looking for datetime functionality with spark-sql please consider: https://github.com/SparklineData/spark-datetime It provides a simple way to combine joda datetime expressions with spark sql. regards, Harish. On Mon, Jul 20, 2015 at 7:37 AM, algermissen1971 <[email protected] > wrote: > Hi, > > I am having trouble with Joda Time in a Spark application and saw by now > that I am not the only one (generally seems to have to do with > serialization and internal caches of the Joda Time objects). > > Is there a known best practice to work around these issues? > > Jan > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
