Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- causes
-
ZEPPELIN-5333 ZEPPELIN-2619 is causing major Problems
- Open
- is related to
-
ZEPPELIN-3760 Implement folder operations for NotebookRepo
- Open
-
ZEPPELIN-3758 Convert old note file note.json to new style
- Closed
- relates to
-
ZEPPELIN-3788 Zeppelin build fails with "Could not complete Mojo execution.."
- Closed
-
ZEPPELIN-3849 Note id is displayed instead of name
- Closed
-
ZEPPELIN-4160 Move this note to trash icon always show
- Closed
-
ZEPPELIN-4195 Fixed deleted note does not take effect in the file system
- Closed
-
ZEPPELIN-4068 implement MongoNotebookRepo
- Closed
- links to