Hey folks, I am running the latest zeppelin with spark 1.3 on yarn.
I using sqlContext.avroFile() to load avro files from HDFS, like the
following:
val data = sqlContext.avroFile("hdfs://xxx")
data.count
data.registerTempTable("table")
Strangely, if I do "%sql select * from table", it shows "no such table
List(table); line 0 pos 0", as if the registerTempTable command never
happened. I don't see anything in the log it seems.
Any ideas?
Thanks.
-Simon
