Re: Custom spark for zeppelin and interpreter-list

2017-04-24 Thread Serega Sheypak
I'm building Zeppelin from sources. I suppose it means that "default spark interpreter" which has my custom spark deps is included into built zeppelin dist. It solves my problem! Thanks for explanation. 2017-04-23 5:08 GMT+02:00 moon soo Lee : > Hi, > > 'conf/interpreter-list' is just catalogue

Re: Custom spark for zeppelin and interpreter-list

2017-04-22 Thread moon soo Lee
Hi, 'conf/interpreter-list' is just catalogue file that `/bin/install-interpreter.sh' uses. The information is not being used any other place. '/bin/install-interpreter.sh' use 'conf/interpreter-list' to 1) print list of interpreter that Zeppelin community provides 2) convert short name to group:

Custom spark for zeppelin and interpreter-list

2017-04-22 Thread Serega Sheypak
Hi, I have few concerns I can't resolve right now. I definitely can go though the source code and find the solution, but I would like to understand the idea behind. I'm building Zeppelin from sources using 0.8.0-SNAPSHOT. I do build it with custom cloudera CDH spark 2.0-something. I can't understan