Re: Starting to Prepare 0.8.0 RC1

2018-04-27 Thread Jeff Zhang
Thanks Andreas, I have created PR for that, could you help verify it ? andreas.we...@gmail.com 于2018年4月28日周六 上午4:22写道: > We run into a non-deterministic issue related to new TimeoutLifecycle > Feature > https://issues.apache.org/jira/browse/ZEPPELIN-3435 > > > On

Re: Zeppelin 0.8 Release Date

2018-04-27 Thread Jeff Zhang
I am preparing the RC1 for 0.8, please stay tuned. Benjamin Kim 于2018年4月28日周六 上午3:55写道: > I would like to know what the tentative release date of Zeppelin 0.8 will > be. I am waiting for Leaflet integration to easily chart markers and > cluster them. Also, I am waiting for

Re: Starting to Prepare 0.8.0 RC1

2018-04-27 Thread andreas . weise
We run into a non-deterministic issue related to new TimeoutLifecycle Feature https://issues.apache.org/jira/browse/ZEPPELIN-3435 On 2018/04/27 12:51:26, Jeff Zhang wrote: > Thanks Jongyoul. I will hold it until it is fixed, seems it is a quick fix. > > > > Jongyoul Lee

Re: Manually import notes via copy notebook folder

2018-04-27 Thread Spico Florin
Hello! Thank you all. It worked. I had a problem that the notebook files were not copied in the proper location. Best regards, Florin On Fri, Apr 27, 2018 at 4:46 PM, Mohit Jaggi wrote: > Restart Z. And wait a min or two before checking. > > On Fri, Apr 27, 2018 at

Re: Manually import notes via copy notebook folder

2018-04-27 Thread Spico Florin
Hi! Thank you for your answers. I'm using Zeppelin 0.7.2 with the local storage GitNotebookRepo (org.apache.zeppelin.notebook.repo.GitNotebookRepo). I did copy the conf folder and the notebook folder, but I still don't see my notes in Zeppelin UI. Am I missing something? Florin On Fri, Apr 27,

Re: Manually import notes via copy notebook folder

2018-04-27 Thread Mohit Jaggi
Restart Z. And wait a min or two before checking. On Fri, Apr 27, 2018 at 6:45 AM, Spico Florin wrote: > Hi! > Thank you for your answers. I'm using Zeppelin 0.7.2 with the local > storage GitNotebookRepo (org.apache.zeppelin.notebook.repo.GitNotebookRepo). > I did

Re: Manually import notes via copy notebook folder

2018-04-27 Thread Jeff Zhang
It depends what NotebookRepo you use, If you use local disk to store notes (GitNotebookRepo and VFSNotebookRepo), then you have to copy the notebook folder. But if you use other remote storage (like S3, Azure, HDFS (0.8), then you just need to copy conf to make sure you use the correct

Manually import notes via copy notebook folder

2018-04-27 Thread Paul Brenner
Hopefully someone will jump in with a more specific answer but... We do this whenever we update zeppelin to a new version. We copy over both the notebook directory and the conf directory then restart. It works! But, hopefully someone can be more specific about what you need in conf.  (

Re: Starting to Prepare 0.8.0 RC1

2018-04-27 Thread Jeff Zhang
Thanks Jongyoul. I will hold it until it is fixed, seems it is a quick fix. Jongyoul Lee 于2018年4月27日周五 上午11:57写道: > Unfortunately, I might find a critical error while running invalid sql > query with SparkSqlInterpreter. I'll file up the issue and submit a PR soon > > On

Manually import notes via copy notebook folder

2018-04-27 Thread Spico Florin
Hello! I would like to import notes into Zeppelin by manually overwriting the notebook folder. The files are copied in the notebook folder, but I cannot see them in the Zeppelin UI. Is any other place where Zeppelin is storing information about the notebooks? Besides the REST API, to import