Re: %sql vs sqlContext.sql for Avro tables

2016-02-27 Thread mina lee
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

%sql vs sqlContext.sql for Avro tables

2016-02-25 Thread Deenar Toraskar
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