Thanks Michael. Is there a way to specify off_heap? I.e. Tachyon via the thrift server?
Thanks! On Tue, Aug 5, 2014 at 11:06 AM, Michael Armbrust <mich...@databricks.com> wrote: > We are working on an overhaul of the docs before the 1.1 release. In the > mean time try: "CACHE TABLE <tableName>". > > > On Tue, Aug 5, 2014 at 9:02 AM, John Omernik <j...@omernik.com> wrote: > >> I gave things working on my cluster with the sparksql thrift server. >> (Thank you Yin Huai at Databricks!) >> >> That said, I was curious how I can cache a table via my instance here? I >> tried the shark like "create table table_cached as select * from table" and >> that did not create a cached table. cacheTable("table") didn't parse in >> beeline. >> >> Any thoughts? Any pointers to documentation (*crosses fingers)? >> > >