Re: Get a list of temporary RDD tables via Thrift

2015-05-11 Thread Michael Armbrust
Temporary tables are not displayed by SHOW TABLES until Spark 1.3. On Mon, May 11, 2015 at 12:54 PM, Judy Nash wrote: > Hi, > > > > How can I get a list of temporary tables via Thrift? > > > > Have used thrift’s startWithContext and registered a temp table, but not > seeing the temp table/rdd w

Get a list of temporary RDD tables via Thrift

2015-05-11 Thread Judy Nash
Hi, How can I get a list of temporary tables via Thrift? Have used thrift's startWithContext and registered a temp table, but not seeing the temp table/rdd when running "show tables". Thanks, Judy