Re: example insert statement in Spark SQL
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
Hi, Are insert statements supported in Spark? if so, can you please give me an example? Rgds -- Niranda