You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by PROJJWAL SAHA <pr...@gmail.com> on 2016/05/03 11:59:04 UTC

Disable sharing of zeppelin charts state across sessions

Hello,

I am working on a web application which consumes zeppelin charts in an
iframe. I would not like the charts displayed in one user session be
impacted by actions performed by other users on the same charts in other
sessions. I assume this is due to usage of web-sockets framework by
Zeppelin. Is there any workaround to prevent this behaviour ?

Regards,
Projjwal

Re: Disable sharing of zeppelin charts state across sessions

Posted by "Johnny W." <jz...@gmail.com>.
We have the same issue. I think this is because dynamic forms are part of
the "shared contents" of notebooks, and are serialized along with the
result data every time when we change them.

One potential solution can be: adding a "save form" button. Only serialize
the forms and data when we click on that button.

I am not sure whether there can be a better solution using the Angular
interpreter.

J.

On Tue, May 3, 2016 at 3:20 AM, Chirag Sharma <ch...@wizni.com> wrote:

> This is an urgently required feature that I am also looking forward to.
>
> On Tue, May 3, 2016 at 3:29 PM, PROJJWAL SAHA <pr...@gmail.com> wrote:
>
>> Hello,
>>
>> I am working on a web application which consumes zeppelin charts in an
>> iframe. I would not like the charts displayed in one user session be
>> impacted by actions performed by other users on the same charts in other
>> sessions. I assume this is due to usage of web-sockets framework by
>> Zeppelin. Is there any workaround to prevent this behaviour ?
>>
>> Regards,
>> Projjwal
>>
>
>

Re: Disable sharing of zeppelin charts state across sessions

Posted by Chirag Sharma <ch...@wizni.com>.
This is an urgently required feature that I am also looking forward to.

On Tue, May 3, 2016 at 3:29 PM, PROJJWAL SAHA <pr...@gmail.com> wrote:

> Hello,
>
> I am working on a web application which consumes zeppelin charts in an
> iframe. I would not like the charts displayed in one user session be
> impacted by actions performed by other users on the same charts in other
> sessions. I assume this is due to usage of web-sockets framework by
> Zeppelin. Is there any workaround to prevent this behaviour ?
>
> Regards,
> Projjwal
>