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 6:45 AM, Spico Florin >

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 copy the conf folder and th

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 configuratio

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.  ( https://

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 the