I'm trying to query a simple CSV file using Zeppelin, but getting the Spark
error in the subject line.

%sql CREATE TEMPORARY TABLE cars USING com.databricks.spark.csv OPTIONS
(path "/data/test.csv", header "true")

[1.1] failure: ``UNCACHE'' expected but identifier CREATE found

Any idea what I'm doing wrong?

Thanks

Reply via email to