You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Rohit Choudhary (JIRA)" <ji...@apache.org> on 2015/11/03 12:17:27 UTC

[jira] [Created] (ZEPPELIN-385) Read-only mode for zeppelin notebooks, for analysis sharing

Rohit Choudhary created ZEPPELIN-385:
----------------------------------------

             Summary: Read-only mode for zeppelin notebooks, for analysis sharing
                 Key: ZEPPELIN-385
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-385
             Project: Zeppelin
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.5.0, 0.5.5
            Reporter: Rohit Choudhary
             Fix For: 0.6.0


Zeppelin is currently being used by developers to analyze different data sets. The results of this analysis can be potentially consumed by the other teams - business/strategy etc. However, if the notebooks are shared in the current state, it is prone to errors and easy to mess-up the code. 

Example: Developer has done service log data analysis, and is now sharing it with the planning team.  

There is no notion of user level privileges and therefore the current proposal is to have a readonly mode for a notebook, which can be set as - zeppelin.server.readonly. Once set, even when the same notebook is opened by opening zeppelin web-ui, the following options are disabled for edits:

 - Interpreter setting.
 - Create new notebook.
 - Change notebook name.
 - Show/Hide the code.
 - Show/Hide the output.
 - Remove the notebook.
 - Clone the notebook.
 - Run scheduler.
 - Set each paragraph.
 - Edit paragraph.
 - Edit paragraph title.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)