Description
In Spark 2.0, we will have a new SparkSession that can run commands against the Hive metastore. The metastore will be initialized lazily so as not to slow down the initialization of spark-shell. This is the first step towards that.
Attachments
1.
|
Move current_database to Catalyst | Resolved | Yin Huai | |
2.
|
Group SQLContext/HiveContext state into PersistentState | Resolved | Andrew Or | |
3.
|
Move HiveContext analyze logic to AnalyzeTable | Resolved | Andrew Or | |
4.
|
Move HiveContext.hiveconf to HiveSessionState | Resolved | Andrew Or | |
5.
|
Move the rest of HiveContext to HiveSessionState | Resolved | Andrew Or | |
6.
|
Remove the HiveContext class | Resolved | Andrew Or | |
7.
|
Fix all references to HiveContext in comments and docs | Closed | Andrew Or | |
8.
|
Rename object HiveContext to something else | Resolved | Andrew Or | |
9.
|
Deprecate HiveContext in Python | Resolved | Andrew Or | |
10.
|
Add back HiveContext in compatibility package | Resolved | Andrew Or |