Re: Zeppelin Stops Loading Notes

2017-10-17 Thread Paul Brenner
t;>   >>> >>> >>> >>> How much interpreters were started at that moment? >>> >>> >>> >>>   >>> >>> >>> >>> You can find all started interpreters in linux command line with: >&

Re: Zeppelin Stops Loading Notes

2017-10-17 Thread Paul Brenner
gt;>   >> >> >> >> And spark started interpreters: >> >> >> >> ps -ef | grep ZeppelinServer | grep -v grep | awk "NR==1" | awk -F' ' >> '{print $2}' | xargs ps -f --ppid | grep spark | wc -l >> >> >> >>

Re: Zeppelin Stops Loading Notes

2017-10-14 Thread Fabian Böhnlein
spark | wc -l > > > > > > > > *Максим Белоусов *Архитектор > > Отдел отчетности и витрин данных > > Управление хранилищ данных и отчетности > Тел.: +7 495 648-10-00, доб. 2271 > > > > *From:* Paul Brenner [mailto:pbren...@placeiq.com] > *Sent:*

RE: Zeppelin Stops Loading Notes

2017-10-13 Thread Belousov Maksim Eduardovich
л.: +7 495 648-10-00, доб. 2271 From: Paul Brenner [mailto:pbren...@placeiq.com] Sent: Thursday, October 12, 2017 7:45 PM To: Geoffrey Cheng <geoffrey.ch...@gmail.com>; users@zeppelin.apache.org Subject: Re: Zeppelin Stops Loading Notes [https://share.polymail.io/v2/z/a/NTlkZjliYjE3MmFm/

Re: Zeppelin Stops Loading Notes

2017-10-12 Thread Paul Brenner
Does this issue need a Jira ticket? The problem is that I have no idea how to reproduce and I’m not sure if there is anything in the logs that is relevant. Any ideas how we can produce an actionable Jira ticket out of this? ( http://www.placeiq.com/ ) ( http://www.placeiq.com/ ) (

Re: Zeppelin Stops Loading Notes

2017-10-12 Thread Geoffrey Cheng
we have the same issue. usually when multiple ppl using it, only header loads. we tried couldn't find solution, so we restart every single time. in fact , we have to restart daily at least. On Oct 12, 2017 2:40 AM, "Fabian Böhnlein" wrote: > Hi Paul, Ben, > > we

Re: Zeppelin Stops Loading Notes

2017-10-12 Thread Fabian Böhnlein
Hi Paul, Ben, we also see this happen regularly. It's more likely to happen when a handful of people are using it. We mostly run one spark interpreter per person. We also don't observe anything in the logs. The 'header' that you mentioned is actually still in the cache. Sometimes it's specific

Re: Zeppelin Stops Loading Notes

2017-08-19 Thread Ben Vogan
I have seen Zeppelin get into this state once. I restarted it without investigating the logs however so I don't have anything useful to go on as to why. --Ben On Sat, Aug 19, 2017 at 8:17 AM, Paul Brenner wrote: > You were correct. We had "export ZEPPELIN_SSL_PORT=false”

Re: Zeppelin Stops Loading Notes

2017-08-19 Thread Paul Brenner
You were correct. We had "export ZEPPELIN_SSL_PORT=false” in our zeppelin-env.sh. I’m going to comment that out. I suspect it is actually unrelated to the behavior we are seeing where pages stop loading though. Anyone else see this happen?  I’ll report back if that happens again after the fix.

Zeppelin Stops Loading Notes

2017-08-18 Thread Paul Brenner
We have a team of 5 users who all use the same zeppelin server. Lately a few times we have run into a case where zeppelin notes stop responding and then when we try refreshing the webpage for the note all that loads is the zeppelin header with no note. When I look at the logs I see:  INFO