Ok, I just checked the source code for http:// [zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]
Indeed, it always return OK: https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java#L477 Just create a JIRA, I will fix it On Wed, Feb 24, 2016 at 4:58 PM, DuyHai Doan <doanduy...@gmail.com> wrote: > Did you try the Run Paragraph Job API ? > > http:// > [zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId] > > > On Wed, Feb 24, 2016 at 4:48 PM, 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 >>>> >>> >>> >> >