DOAN DuyHai created ZEPPELIN-699: ------------------------------------ Summary: Return result for Paragraph Execution REST API Key: ZEPPELIN-699 URL: https://issues.apache.org/jira/browse/ZEPPELIN-699 Project: Zeppelin Issue Type: Improvement Components: Core, zeppelin-server Reporter: DOAN DuyHai
Right now, when calling the REST API {{http://<ip>:<port>/api/notebook/job/<note_id>/<paragraph_id>}}, Zeppelin always returns OK as shown by this source code: https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java#L477 This ticket will update the behavior so that Zeppelin also return the result of the paragraph execution -- This message was sent by Atlassian JIRA (v6.3.4#6332)