我已跟随讲师在本地 Git 存储库中设置 Zeppelin Notebook Storage:
https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/storage/storage.html#Git
但我仍然不清楚如何在 Git 中存储笔记本的版本。有没有其他人尝试过这个,你的经验是什么?
我已跟随讲师在本地 Git 存储库中设置 Zeppelin Notebook Storage:
https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/storage/storage.html#Git
但我仍然不清楚如何在 Git 中存储笔记本的版本。有没有其他人尝试过这个,你的经验是什么?
根据您提供的链接,您正在使用的 xml 文件看起来应该有一个类似于以下内容的注释块:
<property>
<name>zeppelin.notebook.storage</name>
<value>org.apache.zeppelin.notebook.repo.GitNotebookRepo</value>
<description>notebook persistence layer implementation</description>
</property>
也许它以某种方式被注释掉了,比如标签中可能有!--
或其他一些奇怪的字符<property>
,您可以删除这些字符以启用块和 git 访问。