Hello All,
I am trying to use Spark 1.5 on a sandbox with hive version 1.2.1
I am not able to use the following SQL statements
- delete from table
- insert into table values ()
My understanding was Spark 1.5 would take care of these SQL features. Am I wrong? Or am I configured wrong?
Thanks, Dev