-
- Downloads
[SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extraction
Also added test cases for checking the serializability of HiveContext and SQLContext. Author: Reynold Xin <rxin@databricks.com> Closes #4628 from rxin/SPARK-5840 and squashes the following commits: ecb3bcd [Reynold Xin] test cases and reviews. 55eb822 [Reynold Xin] [SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extraction.
Showing
- sql/core/src/test/scala/org/apache/spark/sql/SerializationSuite.scala 32 additions, 0 deletions.../test/scala/org/apache/spark/sql/SerializationSuite.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala 19 additions, 16 deletions...rc/main/scala/org/apache/spark/sql/hive/HiveContext.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/SerializationSuite.scala 33 additions, 0 deletions.../scala/org/apache/spark/sql/hive/SerializationSuite.scala
Please register or sign in to comment