I'm using Mac. I don't know what was the problem, I just switched to
Safari. Not sure if it wasn't caused by some other issue.
I was trying to run spark compiled for scala 2.11 with 3rd party 2.10
libraries at that time.
It was causing super-non-obvious exceptions. I stopped to do it and it
solved all my problems.

2017-07-10 20:37 GMT+02:00 Jongyoul Lee <jongy...@gmail.com>:

> Thanks for telling me that. I'll also test it with chrome. Might you use
> it in Windows? I never heard about it so I'm just asking something to find
> a clue.
>
> On Mon, 10 Jul 2017 at 17:10 Serega Sheypak <serega.shey...@gmail.com>
> wrote:
>
>> It was Chrome, probably  Version 59.0.3071.115 (Official Build) (64-bit)
>> Can't reproduce same issue in Safari. Safari works fine.
>>
>> 2017-07-10 5:58 GMT+02:00 Jongyoul Lee <jongy...@gmail.com>:
>>
>>> Which browser do you use it?
>>>
>>> On Mon, Jun 26, 2017 at 11:49 PM, Serega Sheypak <
>>> serega.shey...@gmail.com> wrote:
>>>
>>>> Hi, I get super weird exception:
>>>>
>>>> ERROR [2017-06-26 07:44:17,523] ({qtp2016336095-99} NotebookServer.java[
>>>> persistAndExecuteSingleParagraph]:1749) - Exception from run
>>>>
>>>> org.apache.zeppelin.interpreter.InterpreterException:
>>>> paragraph_1498480084440_1578830546's Interpreter %sq not found
>>>>
>>>> I have three paragraphs in my notebook
>>>>
>>>>
>>>>
>>>> %spark.dep
>>>>
>>>> z.load("my.local.jar.jar")
>>>>
>>>>
>>>> %spark
>>>>
>>>> import com.myorg.SuperClass
>>>>
>>>> // bla-bla
>>>>
>>>> features.toDF().registerTempTable("features")
>>>>
>>>>
>>>> %sql
>>>>
>>>> select f1, f2, count(*) as cnt from features;
>>>>
>>>>
>>>> The last one gets this weird exception. Where did "l" go?
>>>>
>>>
>>>
>>>
>>> --
>>> 이종열, Jongyoul Lee, 李宗烈
>>> http://madeng.net
>>>
>>
>> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net
>

Reply via email to