Hi VInay, AFAIK there is no such notebooks storage implementation yet. You can see the source code for available storages under [0].
Although it should be not hard to add, implementing NotebookRepo methods [1] by delegating to appropriate calls in GCS API [2] and may be adding appropriate credentials to configuration. One example of using such library and an auth is BigQuery interpreter [3]. 0. https://github.com/apache/zeppelin/tree/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo 1. https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/NotebookRepo.java 2. https://cloud.google.com/storage/docs/reference/libraries#client-libraries-install-java 3. https://github.com/apache/zeppelin/tree/master/bigquery -- Alex On Tue, Apr 18, 2017 at 3:49 PM, Vinay Shukla <vinayshu...@gmail.com> wrote: > Does Zeppelin have functionality to store Notebooks in GCS via VFS? > > http://zeppelin.apache.org/docs/0.7.1/storage/storage.html Does not > mention GCS? > > Thanks >