spark-instrumented-optimizer/sql/hive/src
Punya Biswal d1069cba4a [SPARK-8397] [SQL] Allow custom configuration for TestHive
We encourage people to use TestHive in unit tests, because it's
impossible to create more than one HiveContext within one process. The
current implementation locks people into using a local[2] SparkContext
underlying their HiveContext.  We should make it possible to override
this using a system property so that people can test against
local-cluster or remote spark clusters to make their tests more
realistic.

Author: Punya Biswal <pbiswal@palantir.com>

Closes #6844 from punya/feature/SPARK-8397 and squashes the following commits:

97ef394 [Punya Biswal] [SPARK-8397][SQL] Allow custom configuration for TestHive
2015-06-17 15:29:39 -07:00
..
main/scala/org/apache/spark/sql/hive [SPARK-8397] [SQL] Allow custom configuration for TestHive 2015-06-17 15:29:39 -07:00
test [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the HiveConf inside executionHive.state. 2015-06-17 14:52:43 -07:00