You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Vinay Shukla <vi...@gmail.com> on 2017/04/18 13:49:38 UTC

Zeppelin Notebook Storage in Google Cloud Storage

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

Re: Zeppelin Notebook Storage in Google Cloud Storage

Posted by Vinay Shukla <vi...@gmail.com>.
Thanks Alex.



On Tue, Apr 18, 2017 at 7:03 AM, Alexander Bezzubov <bz...@apache.org> 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] 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 <vi...@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
>>
>
>

Re: Zeppelin Notebook Storage in Google Cloud Storage

Posted by Alexander Bezzubov <bz...@apache.org>.
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 <vi...@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
>