spark-instrumented-optimizer/project
Shixiong Zhu 28e0e500a2 [SPARK-12591][STREAMING] Register OpenHashMapBasedStateMap for Kryo
The default serializer in Kryo is FieldSerializer and it ignores transient fields and never calls `writeObject` or `readObject`. So we should register OpenHashMapBasedStateMap using `DefaultSerializer` to make it work with Kryo.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #10609 from zsxwing/SPARK-12591.
2016-01-07 17:46:24 -08:00
..
project [MINOR][BUILD] Changed the comment to reflect the plugin project is there to support SBT pom reader only. 2015-11-30 09:30:58 +00:00
build.properties [SPARK-12112][BUILD] Upgrade to SBT 0.13.9 2015-12-05 08:15:30 +08:00
MimaBuild.scala Update MimaExcludes now Spark 1.6 is in Maven. 2016-01-03 16:58:01 -08:00
MimaExcludes.scala [SPARK-12591][STREAMING] Register OpenHashMapBasedStateMap for Kryo 2016-01-07 17:46:24 -08:00
plugins.sbt [SPARK-12362][SQL][WIP] Inline Hive Parser 2016-01-01 23:22:50 -08:00
SparkBuild.scala [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to Catalyst 2016-01-06 11:16:53 -08:00