Are you talking about Websocket or Rest Api? Websocket won't send you the result in the response, it will send you another websocket message. 'NOTE' or 'PARAGRAPH' or 'PARAGRAPH_APPEND_OUTPUT' or PARAGRAPH_UPDATE_OUTPUT' depending on the case
On Wed, Feb 24, 2016 at 7:48 AM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > I understand I can run a paragraph and it's asynchronous but I cannot get > a paragraph result. The only solution I see is to get a notebook and parse > result to get the concerned paragraph result. > Am I right? > > 2016-02-24 16:25 GMT+01:00 DuyHai Doan <doanduy...@gmail.com>: > >> There is a REST API for Notebook : >> http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html >> >> >> >> On Wed, Feb 24, 2016 at 4:22 PM, vincent gromakowski < >> vincent.gromakow...@gmail.com> wrote: >> >>> Is there any way to run a paragraph and retrieve results in the response >>> ? >>> I have done some tests and cannot achieve it. It always send back >>> "status : OK" even if it fails >>> >> >> >