From fca2300a78adf088b834cdc123c0e54acffffc49 Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Thu, 3 Dec 2015 12:45:17 +0900 Subject: [PATCH] ZEPPELIN-143: general Notebook storage doc update --- docs/storage/storage.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/storage/storage.md b/docs/storage/storage.md index 4d31d49d27..bcfb8371c6 100644 --- a/docs/storage/storage.md +++ b/docs/storage/storage.md @@ -19,12 +19,15 @@ limitations under the License. --> ### Notebook Storage -Zeppelin a pluggable notebook storage mechanism with multiple implementations. -There are few Notebook storage options avaialble for a use, +Zeppelin has a pluggable notebook storage mechanism controlled by `zeppelin.notebook.storage` configuration option with multiple implementations. +There are few Notebook storages avaialble for a use out of the box: - (default) all notes are saved in the notebook folder in your local File System - `VFSNotebookRepo` - there is also an option to version it using local Git repository - `GitNotebookRepo` - another option is Amazon S3 service - `S3NotebookRepo` +Multiple storages can be used at the same time by providing a comma-separated list of the calss-names in the confiruration. +By default, only first two of them will be automatically kept in sync by Zeppelin. +
#### Notebook Storage in local Git repository