From 0174bbdbf9dde311b5d3e2b71f552d01b2e4ce36 Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Date: Fri, 8 Dec 2017 19:10:17 +0100 Subject: [PATCH] [ZEPPELIN-3092] Add documentation how to enabled `GitHubNotebookRepo` --- docs/setup/storage/storage.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/setup/storage/storage.md b/docs/setup/storage/storage.md index f73c9d1710..8df5d55a8f 100644 --- a/docs/setup/storage/storage.md +++ b/docs/setup/storage/storage.md @@ -393,4 +393,13 @@ To enable GitHub tracking, uncomment the following properties in `zeppelin-site. ``` +And set the `zeppelin.notebook.storage` propery to `org.apache.zeppelin.notebook.repo.GitHubNotebookRepo` + +```sh + + zeppelin.notebook.storage + org.apache.zeppelin.notebook.repo.GitHubNotebookRepo + +``` + The access token could be obtained by following the steps on this link https://github.com/settings/tokens. \ No newline at end of file