Re: Zeppelin 0.8.0 ignoring %dep JAR loading

2018-04-29 Thread Jean-Francis Roy
This workaround works, thanks for sharing it!


I prefer this one than editing the configuration each time.


I'll wait un til 0.8.0 is out, and if the documented %deps method still fails 
with the real package, I'll file a bug.


From: Satoshi Iijima <satoshi.iij...@gmail.com>
Sent: Saturday, April 28, 2018 3:44:10 PM
To: dev@zeppelin.apache.org
Subject: Re: Zeppelin 0.8.0 ignoring %dep JAR loading

Hi,

I do not deeply take a look this issue but below workaround works well in
my environment.
Could you try this?

%spark.conf
spark.jars  /path/to/foo.jar,/path/to/bar.jar



2018-04-29 3:59 GMT+09:00 Jean-Francis Roy <jf...@coveo.com>:

> Hi!
>
>
> That is my workaround for now... It works by changing the interpreter
> settings, but this is not convenient - I have multiple notes that need to
> load different JARs and/or different versions. Previously, I could simply
> have a different %dep step and restart the interpreter, but now I need to
> remember the list of JARs that are needed for each different note and
> change the interpreter's options...
>
>
> Is %dep supposed to be working in Zeppelin 0.8.0 ? I couldn't find any
> information that would indicate that this feature was removed.
>
>
>
> 
> From: Jongyoul Lee <jongy...@gmail.com>
> Sent: Thursday, April 26, 2018 8:55:36 PM
> To: dev
> Subject: Re: Zeppelin 0.8.0 ignoring %dep JAR loading
>
> I'm not sure why that works but you can add your jar to interpreter tab
> with spark setting.
>
> JL
>
> On Thu, Apr 26, 2018 at 11:56 PM, Jean-Francis Roy <jf...@coveo.com>
> wrote:
>
> > Hi!
> >
> >
> > Sorry if I am not using the right mailing list - I'm quite new to
> Zeppelin.
> >
> >
> > I have been building/testing Zeppelin 0.8.0 to test Spark 2.3.0 support,
> > and I am unable to load a JAR using
> >
> >
> > %dep (or %spark.dep)
> >
> > z.load("/path/to/jar")
> >
> >
> > The same code works with Zeppelin 0.7.3 with Spark 2.2.1. Am I doing
> > something wrong (does it work for anyone?), or did I found a bug? I
> > couldn't find any related bug.
> >
> >
> >
> > Thanks!
> >
>
>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fmadeng.net=02%7C01%7Cjfroy%40coveo.com%
> 7Cad076c91bcdd485bd67108d5abd99e17%7Cf1735c1d9ea143b89aea2e71110c
> 26d5%7C0%7C0%7C636603873518159046=i7ujyn6qasHr82GBJASkYuA6zg97pP
> wn5ZCzuzN3psc%3D=0
>


Re: Zeppelin 0.8.0 ignoring %dep JAR loading

2018-04-28 Thread Jean-Francis Roy
Hi!


That is my workaround for now... It works by changing the interpreter settings, 
but this is not convenient - I have multiple notes that need to load different 
JARs and/or different versions. Previously, I could simply have a different 
%dep step and restart the interpreter, but now I need to remember the list of 
JARs that are needed for each different note and change the interpreter's 
options...


Is %dep supposed to be working in Zeppelin 0.8.0 ? I couldn't find any 
information that would indicate that this feature was removed.




From: Jongyoul Lee <jongy...@gmail.com>
Sent: Thursday, April 26, 2018 8:55:36 PM
To: dev
Subject: Re: Zeppelin 0.8.0 ignoring %dep JAR loading

I'm not sure why that works but you can add your jar to interpreter tab
with spark setting.

JL

On Thu, Apr 26, 2018 at 11:56 PM, Jean-Francis Roy <jf...@coveo.com> wrote:

> Hi!
>
>
> Sorry if I am not using the right mailing list - I'm quite new to Zeppelin.
>
>
> I have been building/testing Zeppelin 0.8.0 to test Spark 2.3.0 support,
> and I am unable to load a JAR using
>
>
> %dep (or %spark.dep)
>
> z.load("/path/to/jar")
>
>
> The same code works with Zeppelin 0.7.3 with Spark 2.2.1. Am I doing
> something wrong (does it work for anyone?), or did I found a bug? I
> couldn't find any related bug.
>
>
>
> Thanks!
>



--
이종열, Jongyoul Lee, 李宗烈
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmadeng.net=02%7C01%7Cjfroy%40coveo.com%7Cad076c91bcdd485bd67108d5abd99e17%7Cf1735c1d9ea143b89aea2e71110c26d5%7C0%7C0%7C636603873518159046=i7ujyn6qasHr82GBJASkYuA6zg97pPwn5ZCzuzN3psc%3D=0


Zeppelin 0.8.0 ignoring %dep JAR loading

2018-04-26 Thread Jean-Francis Roy
Hi!


Sorry if I am not using the right mailing list - I'm quite new to Zeppelin.


I have been building/testing Zeppelin 0.8.0 to test Spark 2.3.0 support, and I 
am unable to load a JAR using


%dep (or %spark.dep)

z.load("/path/to/jar")


The same code works with Zeppelin 0.7.3 with Spark 2.2.1. Am I doing something 
wrong (does it work for anyone?), or did I found a bug? I couldn't find any 
related bug.



Thanks!