Hi Richard, Actually that setting is only for local storage that allows git/revision related actions (e.g. commit, change revision). There's a separate setting for S3 though, you can find details in here <https://zeppelin.apache.org/docs/0.7.2/storage/storage.html#notebook-storage-in-s3> .
On Thu, Jul 20, 2017 at 9:47 AM, Richard Xin <richardxin...@yahoo.com> wrote: > for newly installed Zeppelin (0.7.2), I renamed zeppelin-site.xml.template > to zeppelin-site.xml, and restart zeppelin, zeppelin-site.xml already have > the following enabled: > > <property> > <name>zeppelin.notebook.storage</name> > <value>org.apache.zeppelin.notebook.repo.GitNotebookRepo</value> > <description>versioned notebook persistence layer > implementation</description> > </property> > > looks like local git repo is enabled, can this be point to remote git > repo? such as github.com or even S3 will be great. > Thanks, > Richard >