Re: example insert statement in Spark SQL

2015-01-08 Thread Cheng Lian
Spark SQL supports Hive insertion statement (Hive 0.14.0 style insertion is not supported though) https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-InsertingdataintoHiveTablesfromqueries The small SQL dialect provided in Spark SQL doesn't support insertion ye

example insert statement in Spark SQL

2015-01-07 Thread Niranda Perera
Hi, Are insert statements supported in Spark? if so, can you please give me an example? Rgds -- Niranda