Spark SQL create table

2016-01-18 Thread raghukiran
Is creating a table using the SparkSQLContext currently supported? Regards, Raghu -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-create-table-tp25996.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Spark SQL create table

2016-01-18 Thread Ted Yu
egards, > Raghu > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-create-table-tp25996.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > -

Re: Spark SQL create table

2016-01-18 Thread Ted Yu
t; > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-create-table-tp25996.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > >

Re: Spark SQL create table

2016-01-18 Thread Raghu Ganti
gt; On Mon, Jan 18, 2016 at 9:57 AM, raghukiran <raghuki...@gmail.com> wrote: > >> Is creating a table using the SparkSQLContext currently supported? >> >> Regards, >> Raghu >> >> >> >> -- >> View this message in context: >> http://a

Re: Spark SQL create table

2016-01-18 Thread Raghu Ganti
wrote: >> >>> Is creating a table using the SparkSQLContext currently supported? >>> >>> Regards, >>> Raghu >>> >>> >>> >>> -- >>> View this message in context: >>> http://

Re: Spark SQL create table

2016-01-18 Thread Ted Yu
upported? >>> >>> Regards, >>> Raghu >>> >>> >>> >>> -- >>> View this message in context: >>> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-create-table-tp25996.html >>> Sent from the Apache Spa

Re: Spark SQL create table

2016-01-18 Thread Raghu Ganti
; >>> wrote: >>> >>>> Is creating a table using the SparkSQLContext currently supported? >>>> >>>> Regards, >>>> Raghu >>>> >>>> >>>> >>>> -- >>>> View this message in context: >

Spark SQL 'create table' options

2015-09-16 Thread Dan LaBar
The SQL programming guide provides an example for creating a table using Spark SQL: CREATE TEMPORARY TABLE parquetTableUSING org.apache.spark.sql.parquet OPTIONS ( path