well?
>
> Regards,
> Alexander
>
> -Original Message-
> From: moon soo Lee [mailto:m...@apache.org]
> Sent: Tuesday, February 07, 2017 8:28 AM
> To: dev@zeppelin.apache.org
> Subject: Re: ZEPPELIN-1856
>
> onOutputClear() method is connected with Interpr
receive from the concrete interpreter.
Should we ignore latecomer OUTPUT_APPEND and OUTPUT_UPDATE events as well?
Regards,
Alexander
-Original Message-
From: moon soo Lee [mailto:m...@apache.org]
Sent: Tuesday, February 07, 2017 8:28 AM
To: dev@zeppelin.apache.org
Subject: Re: ZEP
ignoring
> OUTPUT_UPDATE_ALL event in case of FINISHED status we will come in
> situation where we always clear an empty 'Paragraph.results'. Does it make
> sense?
>
> Regards,
> Alexander
>
> -Original Message-
> From: moon soo Lee [mailto:m...@ap
age-
From: moon soo Lee [mailto:m...@apache.org]
Sent: Saturday, February 04, 2017 4:30 AM
To: dev@zeppelin.apache.org
Subject: Re: ZEPPELIN-1856
Hi,
Thanks for working on issue ZEPPELIN-1856.
I think removing 'note.clearParagraphOutput(paragraphId);' from
'onOu
Hi,
Thanks for working on issue ZEPPELIN-1856.
I think removing 'note.clearParagraphOutput(paragraphId);' from
'onOutputClear()' is not the best solution, because without the line
'onOutputClear()' does not do anything useful.
InterpreterContext is constructed before call
RemoteInterpreterServer.