Hi Pablo, sorry for a confusion, right now it just creates a local Git repo out of your /notebooks dir and keeps track of the history there. It does not create any remotes (its only a local repo) so there is no such option yet.
You can manually add the remotes you want, pointing to any hosting ( ie for a Github, one can do "git remote add origin https://github.com/user/repo.git") and then make a "git push" if you want it to be synced to the remote location. May be the doc should be updated to reflect this. Please let me know if that works for you - feedback is very appreciated. -- Alex On Fri, Dec 11, 2015, 01:45 Pablo Torre <pablotorr...@gmail.com> wrote: > One question Alexander, how this option works? Because in the > documentation, I can not see how to specify a repository. > > <property> > <name>zeppelin.notebook.storage</name> > <value>org.apache.zeppelin.notebook.repo.GitNotebookRepo</value> > <description>notebook persistence layer implementation</description> > </property> > > > 2015-12-10 14:48 GMT+01:00 Pablo Torre <pablotorr...@gmail.com>: > >> Thanks Alexander! I will take a look. Appreciate your help! >> >> 2015-12-10 12:52 GMT+01:00 Alexander Bezzubov <abezzu...@nflabs.com>: >> >>> Hi, >>> >>> recently a new, Git notebooks storage [1] was introduced that keeps all >>> the notebooks in the single repository under version control. >>> >>> [1] >>> http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/storage/storage.html#Git >>> >>> >>> Please let me know if that helps! >>> >>> >>> On Tue, Dec 1, 2015 at 6:42 PM, Pablo Torre <pablotorr...@gmail.com> >>> wrote: >>> >>>> Thanks Dano! I will take a look at this link. >>>> >>>> I appreciate a lot your help! >>>> >>>> 2015-12-01 3:28 GMT+01:00 dan young <danoyo...@gmail.com>: >>>> >>>>> Maybe look into versioning the S3 bucket??? >>>>> >>>>> http://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html >>>>> >>>>> Regards, >>>>> >>>>> Dano >>>>> >>>>> >>>>> On Mon, Nov 30, 2015 at 2:25 PM Pablo Torre <pablotorr...@gmail.com> >>>>> wrote: >>>>> >>>>>> But what happen if I modify a notebook? Is it gonna save the >>>>>> changes? So I can have some kind of history >>>>>> El 30/11/2015 21:34, "Pablo Torre" <pablotorr...@gmail.com> escribió: >>>>>> >>>>>>> I have configured it and is working. >>>>>>> El 30/11/2015 21:08, "dan young" <danoyo...@gmail.com> escribió: >>>>>>> >>>>>>>> So you have configured Zeppelin accordingly; to store the Notebooks >>>>>>>> in S3, or you need to do that? >>>>>>>> >>>>>>>> On Mon, Nov 30, 2015 at 1:05 PM Pablo Torre <pablotorr...@gmail.com> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Yes. Exactly, I am doing that. >>>>>>>>> El 30/11/2015 20:56, "dan young" <danoyo...@gmail.com> escribió: >>>>>>>>> >>>>>>>>>> Are you using AWS? store them in s3??? >>>>>>>>>> >>>>>>>>>> On Mon, Nov 30, 2015, 11:08 AM Pablo Torre < >>>>>>>>>> pablotorr...@gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Hi guys, >>>>>>>>>>> >>>>>>>>>>> I would like to know if there is any way to keep track of the >>>>>>>>>>> different notebooks. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> Best. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Pablo Torre. >>>>>>>>>>> Freelance software engineer and Ruby on Rails developer. >>>>>>>>>>> Oleiros (Coruña) >>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>* >>>>>>>>>>> My blog <http://www.aboutechnologies.com> >>>>>>>>>>> >>>>>>>>>> >>>> >>>> >>>> -- >>>> Pablo Torre. >>>> Freelance software engineer and Ruby on Rails developer. >>>> Oleiros (Coruña) >>>> *Personal site <http://www.pablotorrerodriguez.com>* >>>> My blog <http://www.aboutechnologies.com> >>>> >>> >>> >>> >>> -- >>> -- >>> Kind regards, >>> Alexander. >>> >>> >> >> >> -- >> Pablo Torre. >> Freelance software engineer and Ruby on Rails developer. >> Oleiros (Coruña) >> *Personal site <http://www.pablotorrerodriguez.com>* >> My blog <http://www.aboutechnologies.com> >> > > > > -- > Pablo Torre. > Freelance software engineer and Ruby on Rails developer. > Oleiros (Coruña) > *Personal site <http://www.pablotorrerodriguez.com>* > My blog <http://www.aboutechnologies.com> >