Re: Zeppelin starting time - tied to the load of notebooks loading

2018-07-04 Thread Jeff Zhang
This is a known issue. I also thought about it for a while. Actually, starting zeppelin don't need to load all notes, just loading the metadata (note name) is enough. However, the note metadata is stored in note file if you using filesystem to store notes. So whatever, you have to read the note.js

Re: org.apache.hadoop.fs.FileSystem$Statistics.getThreadStatistics()

2018-07-04 Thread Jeff Zhang
This might be due to the embedded spark version. I would recommend you to specify SPARK_HOME instead of using the embedded spark, the embedded spark is not for production. Andrea Santurbano 于2018年7月5日周四 上午12:07写道: > I have the same issue... > Il giorno mar 3 lug 2018 alle 23:18 Adamantios Corai

Re: Zeppelin starting time - tied to the load of notebooks loading

2018-07-04 Thread Mohit Jaggi
I have noticed it too and it is annoying. However, asynchronous loading might not be the solution you want. I want to choose the notebook to open from the list Z shows me. So I am blocked on it anyway. I think that the loading is asynchronous anyway because several times I have seen that I have

Zeppelin starting time - tied to the load of notebooks loading

2018-07-04 Thread Jhon Anderson Cardenas Diaz
Hi!. Right now the Zeppelin starting time depends directly on the time it takes to load the notebooks from the repository. If the user has a lot of notebooks (ex more than 1000), the starting time starts to be too long. Is there some plan to re implement this notebooks loading so that it is done

Re: org.apache.hadoop.fs.FileSystem$Statistics.getThreadStatistics()

2018-07-04 Thread Andrea Santurbano
I have the same issue... Il giorno mar 3 lug 2018 alle 23:18 Adamantios Corais < adamantios.cor...@gmail.com> ha scritto: > Hi Jeff, I am using the embedded Spark. > > FYI, this is how I start the dockerized (yet old) version of Zeppelin that > works as expected. > > #!/bin/bash >> docker run --rm

Re: Clean up PRs

2018-07-04 Thread Jeff Zhang
Thanks Jongyoul Jongyoul Lee 于2018年7月4日周三 下午2:41写道: > Hi, > > Keeping clean on PR page, I will remove outdated PR by the end of 2017 > soon. Herer is the list of PRs: > > Closes #1896 implementation test case for connect to exists interpreter > process By cloverhearts > Closes #1928 ZEPPELIN-59