Re: Custom Spark Interpreter?

2018-01-25 Thread ankit jain
Don't think that works, it just loads a blank page. On Wed, Jan 24, 2018 at 11:06 PM, Jeff Zhang wrote: > > But if you don't set it in interpreter setting, it would get spark ui url > dynamically. > > > > ankit jain 于2018年1月25日周四 下午3:03写道: > >> That method is just reading it from a config define

web proxy blocking the websocket

2018-01-25 Thread Federico Castagnini
Hello list, I have zeppelin up and running, but I hit an obstacle. The users reach this service trough an squid web proxy, and it is not managing the upgrade to websocket gracefully. I tried replacing squid with nginx acting as a proxy but I notice the same behavior, the upgrade fails. Is anyone

Re: Custom Spark Interpreter?

2018-01-25 Thread Nick Moeckel
I am beginning work on extending the SparkInterpreter class right now- I would be interested to hear more details about why this idea is not straightforward. Thanks, Nick -- Sent from: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/

Re: Custom Spark Interpreter?

2018-01-25 Thread Jeff Zhang
If it is blank page, it should be some kind of bug. ankit jain 于2018年1月26日周五 上午12:16写道: > Don't think that works, it just loads a blank page. > > On Wed, Jan 24, 2018 at 11:06 PM, Jeff Zhang wrote: > >> >> But if you don't set it in interpreter setting, it would get spark ui url >> dynamically.