Re: Zeppelin Notebook Storage in Google Cloud Storage

2017-04-18 Thread Vinay Shukla
Thanks Alex. On Tue, Apr 18, 2017 at 7:03 AM, Alexander Bezzubov wrote: > 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

Re: Zeppelin Notebook Storage in Google Cloud Storage

2017-04-18 Thread Alexander Bezzubov
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 credent

Zeppelin Notebook Storage in Google Cloud Storage

2017-04-18 Thread Vinay Shukla
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