Re: Spark SQL create table

2016-01-18 Thread Raghu Ganti
lease take a look >>> at >>> sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDataFrameSuite.scala >>> >>> On Mon, Jan 18, 2016 at 9:57 AM, raghukiran >>> wrote: >>> >>>> Is creating a table using the SparkSQLContext currently supporte

Re: Spark SQL create table

2016-01-18 Thread Ted Yu
at sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDataFrameSuite.scala >> >> On Mon, Jan 18, 2016 at 9:57 AM, raghukiran wrote: >> >>> Is creating a table using the SparkSQLContext currently supported? >>> >>> Regards, >>> Raghu >>> >&

Re: Spark SQL create table

2016-01-18 Thread Raghu Ganti
6 at 9:57 AM, raghukiran wrote: > >> 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-SQ

Re: Spark SQL create table

2016-01-18 Thread Raghu Ganti
QLContext 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

Re: Spark SQL create table

2016-01-18 Thread Ted Yu
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. > > - > To unsubscribe, e-mai

Re: Spark SQL create table

2016-01-18 Thread Ted Yu
; -- > 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. > > -

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

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 "examples/src/main/resources/peo