You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Karthik Palaniappan (JIRA)" <ji...@apache.org> on 2018/01/22 02:32:00 UTC

[jira] [Created] (ZEPPELIN-3182) Support saving notebooks to Google Cloud Storage

Karthik Palaniappan created ZEPPELIN-3182:
---------------------------------------------

             Summary: Support saving notebooks to Google Cloud Storage
                 Key: ZEPPELIN-3182
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3182
             Project: Zeppelin
          Issue Type: Improvement
          Components: zeppelin-zengine
            Reporter: Karthik Palaniappan
             Fix For: 0.8.0


I tried using the new HCFS storage implementation (FilesystemNotebookRepo) with the GCS connector for Hadoop ([https://github.com/GoogleCloudPlatform/bigdata-interop/tree/master/gcs),] but the UI was a little slower than I would have liked. I assume this is due to extra roundtrips for HCFS directory semantics, which are largely unnecessary for Zeppelin storage.

I wrote a GCS storage implementation called GCSNotebookRepo (will make a github PR), similar to the ones for S3 and Azure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)