Re: Implementation of NotebookRepo

2018-01-26 Thread ankit jain
We can put it like notebook-security jar is handled Jhon. On Fri, Jan 26, 2018 at 2:21 PM, Jhon Anderson Cardenas Diaz < jhonderson2...@gmail.com> wrote: > Hi fellow Zeppelin users, > > I would like to create another implementation of > org.apache.zeppelin.notebook.repo.NotebookRepo interface in

Implementation of NotebookRepo

2018-01-26 Thread Jhon Anderson Cardenas Diaz
Hi fellow Zeppelin users, I would like to create another implementation of org.apache.zeppelin.notebook.repo.NotebookRepo interface in order to persist the notebooks from zeppelin in S3 but in a versioned way (like a Git on S3). How do you recommend that i can add my jar file with the custom impl