Re: ZEPPELIN-1856

2017-02-07 Thread moon soo Lee
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

RE: ZEPPELIN-1856

2017-02-07 Thread Alexander Shoshin
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

Re: ZEPPELIN-1856

2017-02-06 Thread moon soo Lee
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

RE: ZEPPELIN-1856

2017-02-06 Thread Alexander Shoshin
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

Re: ZEPPELIN-1856

2017-02-03 Thread moon soo Lee
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.