spark-instrumented-optimizer/sql/hive
Liang-Chi Hsieh bce0ba1fbd [SPARK-5429][SQL] Use javaXML plan serialization for Hive golden answers on Hive 0.13.1
I found that running `HiveComparisonTest.createQueryTest` to generate Hive golden answer files on Hive 0.13.1 would throw KryoException. I am not sure if this can be reproduced by others. Since Hive 0.13.0, Kryo plan serialization is introduced to replace javaXML as default plan serialization format. This is a quick fix to set hive configuration to use javaXML serialization.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #4223 from viirya/fix_hivetest and squashes the following commits:

97a8760 [Liang-Chi Hsieh] Use javaXML plan serialization.
2015-01-29 15:28:22 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-5168] Make SQLConf a field rather than mixin in SQLContext 2015-01-13 13:30:35 -08:00
src [SPARK-5429][SQL] Use javaXML plan serialization for Hive golden answers on Hive 0.13.1 2015-01-29 15:28:22 -08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type. 2015-01-18 11:01:42 -08:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type. 2015-01-18 11:01:42 -08:00
pom.xml [SPARK-4048] Enhance and extend hadoop-provided profile. 2015-01-08 17:15:13 -08:00