From zeppelin 0.8.2 to docker version 0.9.0, massively importing json notes

2021-01-26 Thread Fernando Barreiro Lostres
Hi, I have recently changed my binary zeppelin version 0.8.2 to the docker version 0.9.0, but I can't import my json notes made with the old version by pointing the docker version to my current notebook directory (I am only able to create new ones). Any help with that is welcome. Thanks in adva

Can't bind interpreters to notes on Zeppelin 0.9.0

2021-07-28 Thread Fernando Barreiro Lostres
Dear all, I recently upgraded from Zeppelin 0.8.2 to 0.9.0 and I configured some jdbc interpreters on newer version, but I can't see them on the interpreter binding menu in each note. So I can't use them. I can see default sh and spark ones only. Any help is welcome. I have no configured users on

Re: [VOTE] Release Apache Zeppelin 0.10.0 (RC1)

2021-08-12 Thread Fernando Barreiro Lostres
+1 El 12/8/21 a las 7:57, Surjan S Rawat escribió: > +1 > > On Wed, Aug 11, 2021 at 9:05 PM Jeff Zhang > wrote: > >   > Hi folks, > > I propose the following RC to be released for the Apache Zeppelin 0.10.0 > release. > > > The commit id is 14cc810812ef2b

Help with shell command syntax

2022-02-24 Thread Fernando Barreiro Lostres
Hello all: I'm executing a command in Zeppelin via the %sh interpreter to count files on a remote server matching a date template inside the file name. I'm trying to find the right syntax to parameterize it, in a way I can easily change the date in the filename without needing to change the code