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

Reply via email to