sql paragraph doesn't see my 3rd party jars

2017-10-07 Thread Serega Sheypak
Hi, I'm trying to use spark and sql paragraphs with 3rd party jars added to spark interpreter configuration. My spark code works fine. My sql paragraph fails with class not found exception %sql create external table MY_TABLE row format serde 'com.my.MyAvroSerde' with serdeproperties

Re: Trying to 0.7.3 running with Spark

2017-10-07 Thread Jianfeng (Jeff) Zhang
Could you check the log again ? There should be another exception above the exception you pasted. Most likely SparkContext is failed to create. Best Regard, Jeff Zhang From: Terry Healy > Reply-To: