Hi Deenar,
it is known issue that dependencies added with --jar option load the
libraries only to spark interpreter, but not to pyspark, spark sql
interpreter. As an alternative Zeppelin provides another way of dependency
loading [1], which is supported only in dev branch at the moment. Could you
Hi
I have some avro tables and the spark-avro jars referenced in the --jars. I
can query the table successfully using sqlContext.sql("select * from
avroTable"), but get the following error when doing it using %sql select *
from avroTable. Any assistance would be appreciated.
Deenar
sqlContext.s