Re: Zeppelin Interpreter Page Not Showing

2017-09-27 Thread Jianfeng (Jeff) Zhang
Which version of zeppelin do you use ? And could you check the zeppelin server log ? Best Regard, Jeff Zhang From: "Tan, Jialiang" > Reply-To: "users@zeppelin.apache.org"

Zeppelin Interpreter Page Not Showing

2017-09-27 Thread Tan, Jialiang
There are cases where after using Zeppelin for a while, its interpreter page does not show. Also I was not able to run any paragraphs anymore (nothing happens when click run button, not even any message). It seems that something is broken. Now I have to restart my Zeppelin instance when this

Re: Issues with installation of helium packages on 0.7.2

2017-09-27 Thread Geoffrey Cheng
I also tried to hack the python package to install properly within zeppelin's installation folder on the master host, with NO AVAIL. Did ANYONE succeed at all with Helium packages AT ALL? Please share your literal secrets with us!!! On Wed, Sep 27, 2017 at 10:17 AM, Belousov Maksim Eduardovich

Issues with installation of helium packages on 0.7.2

2017-09-27 Thread Belousov Maksim Eduardovich
Hi, users! 1) I installed version 0.7.2 Then installed package: "npm i ultimate-column-chart-negative-values" And follow instruction for 0.7.x in https://stackoverflow.com/questions/44342619/apache-zeppelin-how-to-use-helium-framework-in-apache-zeppelin When I try to enable

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 ?

Chinese can't display?

2017-09-27 Thread 岑玉海
Hi, all: Can zeppelin display chinese? I try to use chinese, but ...

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

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