Re: Livy interpreter - external libraries and changing queue name at runtime

2017-11-22 Thread Anandha L Ranganathan
Thanks Jeff. Is that something I can use it in the notebook or in the interpreter? If it is in the notebook can you provide me with syntax ? I tried in the notebook and it is throwing an error. On Tue, Nov 21, 2017 at 5:28 PM, Jeff Zhang wrote: > > You can do it via livy interpreter setting.

Re: Livy interpreter - external libraries and changing queue name at runtime

2017-11-22 Thread Jeff Zhang
livy doesn't support adding dependency via in note like %spark.dep, you have to do it in interpreter setting. Anandha L Ranganathan 于2017年11月23日周四 上午4:37写道: > Thanks Jeff. > > Is that something I can use it in the notebook or in the interpreter? If > it is in the notebook can you provide me with