Re: Configure spark interpreter setting from environment variables

2017-09-27 Thread benoitdr
That is working. Thanks a lot

Re: Configure spark interpreter setting from environment variables

2017-09-27 Thread Jeff Zhang
unfortunately it is packaged in the spark interpreter jar. but you can get it from source code. Benoit Drooghaag 于2017年9月27日周三 下午5:11写道: > Thanks for your quick feedback. > There is no "interpreter-setting.json" in zeppelin-0.7.3-bin-all.tgz. > Can you tell me more ? > I'm currently building a d

Re: Configure spark interpreter setting from environment variables

2017-09-27 Thread Benoit Drooghaag
Thanks for your quick feedback. There is no "interpreter-setting.json" in zeppelin-0.7.3-bin-all.tgz. Can you tell me more ? I'm currently building a docker image for Zeppelin to be integrated with a spark cluster. I cannot rely on users to set interpreter settings. Thanks On 27 September 2017 at

Re: Configure spark interpreter setting from environment variables

2017-09-27 Thread Jeff Zhang
Set interpreter setting is one time effort, it should not be inconvenient for users. But if you are a zeppelin vender and want to customize zeppelin, you can edit interpreter-setting.json of spark interpreter and copy it into $ZEPPELIN_HOME/interpreter/spark benoit.droogh...@gmail.com 于2017年9月27日

Configure spark interpreter setting from environment variables

2017-09-27 Thread benoit.droogh...@gmail.com
Hi all, Is there a way to configure arbitrary spark interpreter settings via environment variables ? For example, I'd like to set the "spark.ui.reverseProxy" setting to "true". For the moment, I can only do it manually via the Zeppelin UI, that is working as expected. But I'd ike to have this pr