Re: Preconfigure Spark interpreter

2017-04-22 Thread Paul Brenner
Whenever I’ve wanted to do this (preconfigure an interpreter using interpreter.json instead of one by one adding each config into the webui) my process was First create an interpreter in the webUI and enter all my configs into that interpreter via the webUI In the webUI again,  create the next

Re: Preconfigure Spark interpreter

2017-04-22 Thread Serega Sheypak
Aha, thanks. I'm building Zeppelin from source, so I can put my custom settings directly? BTW, why does interpreter-list file don't contain spark interpreter? 2017-04-22 13:33 GMT+02:00 Fabian Böhnlein : > Do it via the Ui once and you'll see how interpreter.json of the Zeppelin > installation w

Re: Preconfigure Spark interpreter

2017-04-22 Thread Fabian Böhnlein
Do it via the Ui once and you'll see how interpreter.json of the Zeppelin installation will be changed. On Sat, Apr 22, 2017, 11:35 Serega Sheypak wrote: > Hi, I need to pre-configure spark interpreter with my own artifacts and > internal repositories. How can I do it? >

Preconfigure Spark interpreter

2017-04-22 Thread Serega Sheypak
Hi, I need to pre-configure spark interpreter with my own artifacts and internal repositories. How can I do it?