Re: Importing notes

2018-02-01 Thread Ricardo Martinelli de Oliveira
iate it might be a > bit of a pain working out which folders contain the notebooks you want if > you have a lot of notebooks though… > > > > *From:* Ricardo Martinelli de Oliveira [mailto:rmart...@redhat.com] > *Sent:* 01 February 2018 13:31 > > *To:* users@zeppel

Importing notes

2018-02-01 Thread Partridge, Lucas (GE Aviation)
Oliveira [mailto:rmart...@redhat.com] Sent: 01 February 2018 13:31 To: users@zeppelin.apache.org Subject: EXT: Re: Importing notes You're right, Lucas. Copying the notebook folder as-is do the trick. I'm wondering now if there is a way to generate those unique ids to avoid copying the whole structure

Re: Importing notes

2018-02-01 Thread Ricardo Martinelli de Oliveira
ity issues if you try skipping too many > Zeppelin versions at once. I don’t know how that situation’s handled. > > > > *From:* Ricardo Martinelli de Oliveira [mailto:rmart...@redhat.com] > *Sent:* 01 February 2018 11:18 > *To:* users@zeppelin.apache.org > *Subject:* EXT

Importing notes

2018-02-01 Thread Partridge, Lucas (GE Aviation)
handled. From: Ricardo Martinelli de Oliveira [mailto:rmart...@redhat.com] Sent: 01 February 2018 11:18 To: users@zeppelin.apache.org Subject: EXT: Re: Importing notes It doesn't matter where you store the notebooks (in a volume or directly in the container), what I'm trying to achieve is copy my

Re: Importing notes

2018-02-01 Thread Ricardo Martinelli de Oliveira
It doesn't matter where you store the notebooks (in a volume or directly in the container), what I'm trying to achieve is copy my notebooks somewhere that zeppelin could read and import all notebooks inside that path without having to manually click on the "Import Notebook" link. Imagine I have a

Re: Importing notes

2018-01-31 Thread Michael Segel
If you look at the names of the notebooks, they appear to be Unique IDs and not the name/label you provided when you created them. So there has to be a link between the name of the notebook and the reference. Where is that being stored? That’s what is missing. Just out of curiosity… would

Re: Importing notes

2018-01-31 Thread moon soo Lee
I'm not sure this helps but there's a rest api endpoint that reload the notebooks from notebook storage. https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRepoRestApi.java#L82 Thanks, moon On Wed, Jan 31, 2018 at 2:44 AM Ricardo

Re: Importing notes

2018-01-31 Thread Ricardo Martinelli de Oliveira
I did a quick research in the configuration and the code and the store type is what defines the way the notes will be stored. The default is Git, which means it will be stored in the notebook directory and can be versioned using git. However, I see that VFS implementation is supported and by VFS

Re: Importing notes

2018-01-30 Thread 小野圭二
interest question, i also want to know how to do it. :-) 2018-01-31 9:25 GMT+09:00 Ricardo Martinelli de Oliveira < rmart...@redhat.com>: > Hello, > > Is there a way to import notes from a command line? I am trying to write a > script that imports all my notes in a zeppelin docker container, but

Importing notes

2018-01-30 Thread Ricardo Martinelli de Oliveira
Hello, Is there a way to import notes from a command line? I am trying to write a script that imports all my notes in a zeppelin docker container, but the only ways to import is from the web UI or REST. In the script, zeppelin is not started (there is no reason to be) so I'm trying to find a way

Re: 'File size limit Exceeded' when importing notes - even for small files

2017-01-18 Thread Khalid Huseynov
kha...@gmail.com> wrote: > 'File size limit Exceeded' when importing notes - even for small files > > This happens even for tiny files - a few Kb. > > Is this a known issue? > > Running Zeppelin 0.7.0 from a few weeks old snapshot. > > See attached screenshot. > > > -- > Ruslan Dautkhanov >

Re: 'File size limit Exceeded' when importing notes - even for small files

2017-01-17 Thread Alexander Bezzubov
there is no number between "exceed" and "MB". > Not sure if we're missing a setting or an environment variable to define > the limit? > It now prevents us from importing any notebooks. > > > > -- > Ruslan Dautkhanov > > On Tue, Jan 17, 2017 at 11:54 AM, Ruslan Dautkhanov <dautkha...@gmail.com> > wrote: > > 'File size limit Exceeded' when importing notes - even for small files > > This happens even for tiny files - a few Kb. > > Is this a known issue? > > Running Zeppelin 0.7.0 from a few weeks old snapshot. > > See attached screenshot. > > > -- > Ruslan Dautkhanov > > > >

Re: 'File size limit Exceeded' when importing notes - even for small files

2017-01-17 Thread Paul Brenner
, Jan 17, 2017 at 11:54 AM, Ruslan Dautkhanov < mailto:dautkha...@gmail.com > wrote: 'File size limit Exceeded' when importing notes - even for small files This happens even for tiny files - a few Kb. Is this a known issue? Running Zeppelin 0.7.0 from a few weeks old snapshot. See attached screenshot. -- Ruslan Dautkhanov

Re: 'File size limit Exceeded' when importing notes - even for small files

2017-01-17 Thread Ruslan Dautkhanov
ov On Tue, Jan 17, 2017 at 11:54 AM, Ruslan Dautkhanov <dautkha...@gmail.com> wrote: > 'File size limit Exceeded' when importing notes - even for small files > > This happens even for tiny files - a few Kb. > > Is this a known issue? > > Running Zeppelin 0.7.