For Zeppelin, this is true that if the view is different from each user, then it is not the same notebook anymore. But from a dashboard perspective, multiple users work on the same dashboard, viewing different data and we still call it the same dashboard.
Essentially, the difference boils down to the fact that Zeppelin persists user's selection and output, while a normal dashboard would only keep a transient state in the user's browser, nothing is persisted at the server. If we provide a mode where we would not persist user's interaction in report view to the storage, then I believe we can achieve a standard dashboard behaviour. Regards, Ashish On Fri, Jun 17, 2016 at 7:48 AM, Corneau Damien <cornead...@gmail.com> wrote: > It is simple Read/Write > Some people can edit, some people can see. > > By essence, if the view is different from each user, then it is not the > same notebook anymore. > Being able to have a different results for each user saved somewhere so > that they can read it, seems like a big overhead. > > On Fri, Jun 17, 2016 at 6:35 AM, ashish rawat <dceash...@gmail.com> wrote: > >> Hi Damien, >> >> Does the read mode work as I described above i.e. multiple users can work >> with selectors and input boxes of the same notebook and view different >> outputs? >> My assumption is that read will only allow users to just view the >> notebook in report mode and not interact with it, perhaps an >> interactive-read is required for a typical dashboard use case. >> >> Regards, >> Ashish >> >> On Thu, Jun 16, 2016 at 7:51 PM, Corneau Damien <cornead...@gmail.com> >> wrote: >> >>> Using Authentication in Zeppelin, you can set Read/Write rules to >>> Notebooks >>> >>> On Thu, Jun 16, 2016 at 10:29 PM, ashish rawat <dceash...@gmail.com> >>> wrote: >>> >>>> Yeah, I thought the same, but this is quite unmanageable for a changing >>>> dashboard and changing user list. >>>> >>>> Perhaps, a clean solution could be to introduce a read mode, where the >>>> notebook is maintained per user session and changes are only kept in memory >>>> and not persisted. >>>> >>>> If there are no solutions out-of-the-box, I would try this out. >>>> >>>> Regards, >>>> Ashish >>>> On Jun 16, 2016 4:40 PM, "Darren Govoni" <dar...@ontrenet.com> wrote: >>>> >>>> I guess the workaround is to copy the notebook for each user. Simplest >>>> solution. >>>> >>>> >>>> >>>> Sent from my Verizon Wireless 4G LTE smartphone >>>> >>>> >>>> -------- Original message -------- >>>> From: ashish rawat <dceash...@gmail.com> >>>> Date: 06/16/2016 6:54 AM (GMT-05:00) >>>> To: us...@zeppelin.incubator.apache.org >>>> Subject: Zeppelin multi-user dashboards >>>> >>>> Hi All, >>>> >>>> I believe there has been some work done on multitenancy in Zeppelin >>>> through z-manager, but that does not look aligned with a typical dashboard >>>> use case, where once a Dashboard/Notebook gets created, multiple users >>>> login and use the dashboard by changing various filters. >>>> >>>> In case of a Zeppelin notebook, when two users work on the same >>>> notebook and change selectors and input boxes, the changes are immediately >>>> visible to any other user who is using the same notebook. This creates >>>> problem in paralleling analysing data using the same notebook. >>>> >>>> Is there any workaround to this issue, with core zeppelin or z-manager? >>>> >>>> Regards, >>>> Ashish >>>> >>>> >>> >> >