Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-12 Thread Luis Angel Vicente Sanchez
That's quite simple actually. Zeppelin exposes the ZeppelinContext as the variable z... you just need to do this: z.run(paragraphId) -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Tue, 12 Sep 2017, at 03:33, Park Hoon wrote: > Hi, could you share the paragraph to show how did

Change Port Zeppelin to 80

2017-09-12 Thread Carlos Andres Zambrano Barrera
Hi, I want to change the deafult por to 80, anyone could tellme where is the file where could i change that? That is because as we explore the master node I can see different directories with conf files. -- Ing. Carlos Andrés Zambrano Barrera Cel: 3123825834 Sent w

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-12 Thread Luis Angel Vicente Sanchez
I also tried with z.run(paragraphSeqNumber) -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Tue, 12 Sep 2017, at 09:22, Luis Angel Vicente Sanchez wrote: > That's quite simple actually. Zeppelin exposes the ZeppelinContext as > the variable z... you just need to do this:> > z.

notebooks rendering lag

2017-09-12 Thread Ruslan Dautkhanov
Mid-size notebooks lag in browser rendering / responding to simple navigation requests. I've seen many times that once notebooks grow up above a "small" size, rendering lags can happen. Running latest Chrome with a decent Intel i7 processor. For example, a notebook I am working on has around 35 par

notebooks rendering lag

2017-09-12 Thread Paul Brenner
I experience this regularly.  I have found that leaving these larger notebooks open in chrome can cause lag to grow worse over time. Sometimes I can bring lag back down to a manageable level by closing the tab completely and loading the notebook from a new tab. Clearing output does not seem to

Re: notebooks rendering lag

2017-09-12 Thread moon soo Lee
Thanks for sharing the experience. If you can file an issue and attach a notebook file (with important information removed), it'll be extremly useful to enable any developer reproduce this issue and try optimize the performance. Best, moon On Tue, Sep 12, 2017 at 9:32 PM Paul Brenner wrote: >