Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2526
I think about the problem again. And wondering would only `read + write` be
suffient for zeppelin ?
And `read` means user can open the notebook and run it, but can not change
the code. Because there's one scenario that require reader to run the notebook.
E.g. We build a dashboard in zeppelin which allow user to interact with the
dashboard (with textbox and dropdown list), then as a reader, he may want to
interact with the dashboard via changing value of textbox of dropdown list. If
we don't allow reader to run the notebook, I think user would be confused and
doesn't make sense to me. And introducing Runner role for this scanrio seems a
little over design to me.
@gfalcone @felixcheung @Leemoonsoo what do you think ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---