Skip to content
  • Michael Armbrust's avatar
    f5c418da
    [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext. · f5c418da
    Michael Armbrust authored
    This doesn't yet support different databases in Hive (though you can probably workaround this by calling `USE <dbname>`).  However, given the time constraints for 1.0 I think its probably worth including this now and extending the functionality in the next release.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #282 from marmbrus/cacheTables and squashes the following commits:
    
    83785db [Michael Armbrust] Support for caching and uncaching tables in a SQLContext.
    f5c418da
    [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.
    Michael Armbrust authored
    This doesn't yet support different databases in Hive (though you can probably workaround this by calling `USE <dbname>`).  However, given the time constraints for 1.0 I think its probably worth including this now and extending the functionality in the next release.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #282 from marmbrus/cacheTables and squashes the following commits:
    
    83785db [Michael Armbrust] Support for caching and uncaching tables in a SQLContext.
Loading