Google Charts in Zeppelin

2017-07-03 Thread walker rowe
Does anyone know if Google Charts will work with Zeppelin? What interpreter would I used, %angular? I am trying to chart Spark data, although the examples from Google (i.e., outside of zeppelin) only mention Google Big Table. -- View this message in context: http://apache-zeppelin-users-incub

Re: Query about the high availability of Zeppelin

2017-07-03 Thread wenxing zheng
Thanks for all for the expertise. seems it's a long way to go. If we don't consider the HA issue, how about the performance of the Zeppelin? Mainly I would like to get it run as a job scheduler first. On Tue, Jul 4, 2017 at 6:34 AM, Jeff Zhang wrote: > > Thanks for the sharing, Ruslan. This mi

Re: Query about the high availability of Zeppelin

2017-07-03 Thread Jeff Zhang
Thanks for the sharing, Ruslan. This might be useful for some users' scenario. And I can see 2 limitations for this approach. * Scoped mode per user would not work, since different users would route to different zeppelin instance. That means data can not be shared across users. * Interpreter rec

Re: Query about the high availability of Zeppelin

2017-07-03 Thread Ruslan Dautkhanov
Jeff, Here's scenario: - Zeppelin servers (ZS) are running on the same port on two servers (ZS1 and ZS2) - Load balancer (LB) routes individual user's requests always to the same one server (either ZS1 or ZS2) through sticky sessions (SS). Different end users may end up on different servers thou