You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Minnow Noir <mi...@gmail.com> on 2015/02/10 02:22:33 UTC

failure: ``UNCACHE'' expected but identifier CREATE found

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