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

2017-11-21 Thread Jeff Zhang
You can do it via livy interpreter setting. Here's 2 configuration which can help you add external jars and external packages livy.spark.jars livy.spark.jars.packages And this is the configuration for queue name livy.spark.yarn.queue Anandha L Ranganathan

Re: Delete/Disable existing interpreter

2017-11-21 Thread Anandha L Ranganathan
Thanks Jeff for the reply. It helped. On Tue, Nov 7, 2017 at 8:07 PM, Jeff Zhang wrote: > > You can delete interpreter folders under $ZEPPELIN_HOME/interpreter which > you don't want to use for a fresh zeppelin installation. > > If it is not a fresh zeppelin installation, you

Re: How to apache zeppelin front ui?

2017-11-21 Thread 小野圭二
Hi Steve, I am not sure the front ui can replace with the bootstrap theme, but I have been customizing my Zep by changing the files below 'zeppelin-web/src/app/home' and/or 'zeppelin-web/src/components'. You know after changing those files You need recompile to reflect it to yours. Hey guys, am