You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2017/06/05 20:08:04 UTC

[jira] [Created] (ZEPPELIN-2619) Save note in [Title].zpln instead of [NOTEID]/note.json

Lee moon soo created ZEPPELIN-2619:
--------------------------------------

             Summary: Save note in [Title].zpln instead of [NOTEID]/note.json
                 Key: ZEPPELIN-2619
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2619
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Lee moon soo


Currently all notebook storage implementations (GitNotebookRepo, VFSNotebookRepo, etc) stores notebook {{\[NoteID]/note.json}}.

This dir/file name convention is not human friendly. Also it's not filename search friendly.

It would be nice if notebook is stored in the storage {{\[Note title].zpln}} name convention.

This work will need to address

 - Handle duplicate Note title.
 - Map Zeppelin's logical folder structure with underlying storage system's folder structure.
 - Keep backward compatibility.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)