Alekperov Atash created ZEPPELIN-3230: -----------------------------------------
Summary: Paragraphs don't run via rest-api if they didn't run handly before Key: ZEPPELIN-3230 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3230 Project: Zeppelin Issue Type: Bug Components: rest-api Affects Versions: 0.8.0 Reporter: Alekperov Atash Notebook was imported via rest-api. After that I run all paragraphs in notebook via rest-api: curl -X POST http://[zeppelinHost]:[zeppelinPort]/api/notebook/job/[noteId] Request returns \{"status":"OK"}. But actually paragraphs didn't run. It works if paragraphs run handly before at least once. Otherwise they will not be run via rest-api. -- This message was sent by Atlassian JIRA (v7.6.3#76005)