Skip to content
Snippets Groups Projects
  • Michael Armbrust's avatar
    72cfb139
    [SPARK-2397][SQL] Deprecate LocalHiveContext · 72cfb139
    Michael Armbrust authored
    LocalHiveContext is redundant with HiveContext.  The only difference is it creates `./metastore` instead of `./metastore_db`.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #1641 from marmbrus/localHiveContext and squashes the following commits:
    
    e5ec497 [Michael Armbrust] Add deprecation version
    626e056 [Michael Armbrust] Don't remove from imports yet
    905cc5f [Michael Armbrust] Merge remote-tracking branch 'apache/master' into localHiveContext
    1c2727e [Michael Armbrust] Deprecate LocalHiveContext
    72cfb139
    History
    [SPARK-2397][SQL] Deprecate LocalHiveContext
    Michael Armbrust authored
    LocalHiveContext is redundant with HiveContext.  The only difference is it creates `./metastore` instead of `./metastore_db`.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #1641 from marmbrus/localHiveContext and squashes the following commits:
    
    e5ec497 [Michael Armbrust] Add deprecation version
    626e056 [Michael Armbrust] Don't remove from imports yet
    905cc5f [Michael Armbrust] Merge remote-tracking branch 'apache/master' into localHiveContext
    1c2727e [Michael Armbrust] Deprecate LocalHiveContext