Re: what is the pyspark inverse of registerTempTable()?

2016-03-15 Thread Jeff Zhang
ang <zjf...@gmail.com> > Date: Tuesday, March 15, 2016 at 4:44 PM > To: Andrew Davidson <a...@santacruzintegration.com> > Cc: "user @spark" <user@spark.apache.org> > Subject: Re: what is the pyspark inverse of registerTempTable()? > > >>> sqlContext

Re: what is the pyspark inverse of registerTempTable()?

2016-03-15 Thread Jeff Zhang
>>> sqlContext.registerDataFrameAsTable(df, "table1") >>> sqlContext.dropTempTable("table1") On Wed, Mar 16, 2016 at 7:40 AM, Andy Davidson < a...@santacruzintegration.com> wrote: > Thanks > > Andy > -- Best Regards Jeff Zhang

what is the pyspark inverse of registerTempTable()?

2016-03-15 Thread Andy Davidson
Thanks Andy