spark-instrumented-optimizer/sql/hive
Andrew Or 5cefecc95a [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedState
## What changes were proposed in this pull request?

This patch adds a SharedState that groups state shared across multiple SQLContexts. This is analogous to the SessionState added in SPARK-13526 that groups session-specific state. This cleanup makes the constructors of the contexts simpler and ultimately allows us to remove HiveContext in the near future.

## How was this patch tested?
Existing tests.

Closes #12405

Author: Andrew Or <andrew@databricks.com>
Author: Yin Huai <yhuai@databricks.com>

Closes #12447 from yhuai/sharedState.
2016-04-16 14:00:53 -07:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL command 2016-04-14 11:08:08 -07:00
src [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedState 2016-04-16 14:00:53 -07:00
pom.xml [SPARK-13579][BUILD] Stop building the main Spark assembly. 2016-04-04 16:52:22 -07:00